Skip to content

Commit

Permalink
gh actions: fix test escape slash
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 15, 2024
1 parent ef96382 commit b96d797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
--name sogo \
--network test-sogo \
-p 80:80/tcp \
-v /tmp/test-sogo/sogo.conf:/etc/sogo/sogo.conf
-v /tmp/test-sogo/sogo.conf:/etc/sogo/sogo.conf \
--stop-timeout 30 \
test-sogo:${{ github.run_id }}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
--name sogo \
--network test-sogo \
-p 80:80/tcp \
-v /tmp/test-sogo/sogo.yaml:/etc/sogo/sogo.conf.d/00-test.yaml
-v /tmp/test-sogo/sogo.yaml:/etc/sogo/sogo.conf.d/00-test.yaml \
--stop-timeout 30 \
test-sogo:${{ github.run_id }}
Expand Down

0 comments on commit b96d797

Please sign in to comment.