Changeset 542b7d5 for .github


Ignore:
Timestamp:
2021-03-31T11:00:24Z (3 years ago)
Author:
/ <>
Children:
cdb59cc
Parents:
1fb3406
Message:

del acc

File:
1 edited

Legend:

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

    r1fb3406 r542b7d5  
    4848
    4949        python3 ./.tests/jabber_connect.py
     50
     51        ./.tests/cleanup_bitlbee.sh
     52        ./.tests/cleanup_prosody.sh
     53
     54    - name: jabber delete account
     55      if: ${{ always() }}
     56      run: |
     57        ./.tests/setup_prosody.sh
     58        ./.tests/setup_bitlbee.sh
     59
     60        python3 ./.tests/jabber_delete_acc.py
    5061
    5162        ./.tests/cleanup_bitlbee.sh
Note: See TracChangeset for help on using the changeset viewer.