Update docker-image.yml

This commit is contained in:
Domingo Dirutigliano
2024-04-21 16:12:45 +02:00
committed by GitHub
parent 9233b759df
commit ceca1621a4

View File

@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build and run firegex - name: Build and run firegex
run: python3 start.py -b --psw-no-interactive testpassword run: python3 start.py -b start --psw-no-interactive testpassword
- name: Run tests - name: Run tests
run: cd tests && ./run_tests.sh run: cd tests && ./run_tests.sh