Skip to content

Commit

Permalink
Fix invalid docker run volume arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethnym committed Jul 27, 2023
1 parent 8e103ab commit bc84801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker build --tag playwright-test --file Dockerfile.playwright .

- name: Run playwright tests
run: docker run --volume ./playwright-report:/app/playwright-report playwright-test
run: docker run --volume $PWD/playwright-report:/app/playwright-report playwright-test

- name: Upload test report
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
Expand Down

0 comments on commit bc84801

Please sign in to comment.