Skip to content

Commit

Permalink
Hardcoding path due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent a5d453c commit b735bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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:
- ${{ env.GITHUB_WORKSPACE }}/scripts:/opt/scripts
- /__w/EA-Tester/EA-Tester/scripts:/opt/scripts
strategy:
matrix:
test:
Expand All @@ -47,7 +47,7 @@ jobs:
GIT_CEILING_DIRECTORIES: /__w
with:
path: ${{ env.GITHUB_WORKSPACE }}
- run: find /opt -print
- run: find /__w /opt -print
- run: ${{ matrix.test }}
env:
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/scripts:/opt/scripts/py

0 comments on commit b735bd3

Please sign in to comment.