Skip to content

Commit

Permalink
try out new test command
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Jan 13, 2025
1 parent 774fccf commit b5b9b04
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ jobs:
sed -i "s/localhost/$IP/g" wis2box.env
cat wis2box.env
python3 wis2box-ctl.py config
- name: build wis2box
- name: build wis2box and check status ⚙️
run: |
python3 wis2box-ctl.py build
python3 wis2box-ctl.py update
- name: start containers ⚙️
run: |
python3 wis2box-ctl.py start
python3 wis2box-ctl.py update-local-build
python3 wis2box-ctl.py status -a
- name: show environment and check collections exist ⚙️
run: |
Expand Down

0 comments on commit b5b9b04

Please sign in to comment.