Skip to content

Commit

Permalink
GHA: tests-shell: Corrects volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent 2c9c973 commit 5667c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: ea31337/ea-tester:dev
options: --user root
volumes:
- ${{ github.workspace }}/scripts/tests:/opt/scripts
- ${{ github.workspace }}/scripts:/opt/scripts
strategy:
matrix:
test:
Expand Down

0 comments on commit 5667c63

Please sign in to comment.