Ignore:
Timestamp:
2021-03-29T13:22:34Z (3 years ago)
Author:
/ <>
Children:
1849c5b
Parents:
e14bdc67
Message:

everything :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/ci.yml

    re14bdc67 ref70f9f  
    3232
    3333        ./.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
    3442
    3543    - name: jabber connect
     44      if: ${{ always() }}
    3645      run: |
    3746        ./.tests/setup_prosody.sh
     
    4453
    4554    - name: jabber add buddy
     55      if: ${{ always() }}
    4656      run: |
    4757        ./.tests/setup_prosody.sh
     
    5464
    5565    - name: jabber send message
     66      if: ${{ always() }}
    5667      run: |
    5768        ./.tests/setup_prosody.sh
     
    6475
    6576    - name: jabber rename buddy
     77      if: ${{ always() }}
    6678      run: |
    6779        ./.tests/setup_prosody.sh
     
    7486
    7587    - name: jabber set status
     88      if: ${{ always() }}
    7689      run: |
    7790        ./.tests/setup_prosody.sh
     
    8396        ./.tests/cleanup_prosody.sh
    8497
     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
    85131    - name: code coverage
    86132      if: ${{ always() }}
Note: See TracChangeset for help on using the changeset viewer.