Changeset e14bdc67 for .github/workflows/ci.yml
- Timestamp:
- 2021-03-29T13:14:39Z (4 years ago)
- Children:
- ef70f9f
- Parents:
- f7cd819
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci.yml
rf7cd819 re14bdc67 43 43 ./.tests/cleanup_prosody.sh 44 44 45 - name: jabber add buddy 46 run: | 47 ./.tests/setup_prosody.sh 48 ./.tests/setup_bitlbee.sh 49 50 python3 ./.tests/jabber_add_buddy.py 51 52 ./.tests/cleanup_bitlbee.sh 53 ./.tests/cleanup_prosody.sh 54 55 - name: jabber send message 56 run: | 57 ./.tests/setup_prosody.sh 58 ./.tests/setup_bitlbee.sh 59 60 python3 ./.tests/jabber_send_msg.py 61 62 ./.tests/cleanup_bitlbee.sh 63 ./.tests/cleanup_prosody.sh 64 65 - name: jabber rename buddy 66 run: | 67 ./.tests/setup_prosody.sh 68 ./.tests/setup_bitlbee.sh 69 70 python3 ./.tests/jabber_rename_buddy.py 71 72 ./.tests/cleanup_bitlbee.sh 73 ./.tests/cleanup_prosody.sh 74 75 - name: jabber set status 76 run: | 77 ./.tests/setup_prosody.sh 78 ./.tests/setup_bitlbee.sh 79 80 python3 ./.tests/jabber_status.py 81 82 ./.tests/cleanup_bitlbee.sh 83 ./.tests/cleanup_prosody.sh 84 45 85 - name: code coverage 46 86 if: ${{ always() }}
Note: See TracChangeset
for help on using the changeset viewer.