Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
try solve buggy service container volume bound
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed Mar 25, 2024
1 parent 696c4b7 commit e672e79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/server-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
image: nginx
ports:
- 6333:80
volumes:
- ${{ github.workspace }}/data:/usr/share/nginx/html
options: --name mocks3
options: -v ${{ github.workspace }}/data:/usr/share/nginx/html
runs-on: ubuntu-latest
env:
TEST_ROOT: ${{ github.workspace }}/server/tests
Expand Down

0 comments on commit e672e79

Please sign in to comment.