Skip to content

Commit

Permalink
change working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrabuya committed Sep 28, 2023
1 parent 071d24e commit d3e460c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- uses: addnab/docker-run-action@v3
with:
image: buildkite/plugin-tester:v4.0.0
options: --rm -v "$PWD":/plugin
options: --rm -v ${{ github.workspace }}:/plugin

0 comments on commit d3e460c

Please sign in to comment.