Skip to content

Commit

Permalink
GHA: tests-shell: Adds volumes to container
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent abd92d2 commit c3327a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
OPT_TRACE: ${{ runner.debug }}
OPT_VERBOSE: true
image: ea31337/ea-tester:dev
volumes:
- ${{ github.workspace }}/scripts/tests:/opt/scripts
strategy:
matrix:
test:
Expand Down

0 comments on commit c3327a5

Please sign in to comment.