Skip to content

Commit 0a0ca09

Browse files
committed
fix: nektos/act isn't the same as the runner
1 parent 1354ecc commit 0a0ca09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929

3030
- name: test
3131
run: |
32-
./websocketd --port=8080 python ./examples/python/count.py &
32+
./websocketd --port=8080 ./examples/bash/count.sh &
3333
./websocat.x86_64-unknown-linux-musl -E ws://$(hostname):8080

0 commit comments

Comments
 (0)