We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d453c commit b735bd3Copy full SHA for b735bd3
.github/workflows/tests-shell.yml
@@ -29,7 +29,7 @@ jobs:
29
image: ea31337/ea-tester:dev
30
options: --user root
31
volumes:
32
- - ${{ env.GITHUB_WORKSPACE }}/scripts:/opt/scripts
+ - /__w/EA-Tester/EA-Tester/scripts:/opt/scripts
33
strategy:
34
matrix:
35
test:
@@ -47,7 +47,7 @@ jobs:
47
GIT_CEILING_DIRECTORIES: /__w
48
with:
49
path: ${{ env.GITHUB_WORKSPACE }}
50
- - run: find /opt -print
+ - run: find /__w /opt -print
51
- run: ${{ matrix.test }}
52
env:
53
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/scripts:/opt/scripts/py
0 commit comments