Changeset ef70f9f for .github/workflows/ci.yml
- Timestamp:
- 2021-03-29T13:22:34Z (4 years ago)
- Children:
- 1849c5b
- Parents:
- e14bdc67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci.yml
re14bdc67 ref70f9f 32 32 33 33 ./.tests/cleanup_bitlbee.sh 34 35 - name: help files 36 run: | 37 ./.tests/setup_bitlbee.sh 38 39 python3 ./.tests/help.py 40 41 ./.tests/cleanup_bitlbee.sh 34 42 35 43 - name: jabber connect 44 if: ${{ always() }} 36 45 run: | 37 46 ./.tests/setup_prosody.sh … … 44 53 45 54 - name: jabber add buddy 55 if: ${{ always() }} 46 56 run: | 47 57 ./.tests/setup_prosody.sh … … 54 64 55 65 - name: jabber send message 66 if: ${{ always() }} 56 67 run: | 57 68 ./.tests/setup_prosody.sh … … 64 75 65 76 - name: jabber rename buddy 77 if: ${{ always() }} 66 78 run: | 67 79 ./.tests/setup_prosody.sh … … 74 86 75 87 - name: jabber set status 88 if: ${{ always() }} 76 89 run: | 77 90 ./.tests/setup_prosody.sh … … 83 96 ./.tests/cleanup_prosody.sh 84 97 98 - name: jabber go offline 99 if: ${{ always() }} 100 run: | 101 ./.tests/setup_prosody.sh 102 ./.tests/setup_bitlbee.sh 103 104 python3 ./.tests/jabber_offline.py 105 106 ./.tests/cleanup_bitlbee.sh 107 ./.tests/cleanup_prosody.sh 108 109 - name: jabber change default target 110 if: ${{ always() }} 111 run: | 112 ./.tests/setup_prosody.sh 113 ./.tests/setup_bitlbee.sh 114 115 python3 ./.tests/jabber_default_target.py 116 117 ./.tests/cleanup_bitlbee.sh 118 ./.tests/cleanup_prosody.sh 119 120 - name: jabber block buddy 121 if: ${{ always() }} 122 run: | 123 ./.tests/setup_prosody.sh 124 ./.tests/setup_bitlbee.sh 125 126 python3 ./.tests/jabber_block_buddy.py 127 128 ./.tests/cleanup_bitlbee.sh 129 ./.tests/cleanup_prosody.sh 130 85 131 - name: code coverage 86 132 if: ${{ always() }}
Note: See TracChangeset
for help on using the changeset viewer.