Merge branch 'main' of github.com:Pwnzer0tt1/firegex

This commit is contained in:
Domingo Dirutigliano
2024-04-21 17:17:50 +02:00

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