Skip to content

Commit 702e42a

Browse files
committed
fix on workflow
1 parent 92332e2 commit 702e42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Build and run firegex
3737
if: matrix.run_tests
38-
run: python3 start.py start -P testpassword
38+
run: python3 run.py start -P testpassword
3939

4040
- name: Run tests
4141
if: matrix.run_tests

0 commit comments

Comments
 (0)