Skip to content

Commit b735bd3

Browse files
committed
Hardcoding path due to bug
Refs: actions/runner#2058
1 parent a5d453c commit b735bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-shell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
image: ea31337/ea-tester:dev
3030
options: --user root
3131
volumes:
32-
- ${{ env.GITHUB_WORKSPACE }}/scripts:/opt/scripts
32+
- /__w/EA-Tester/EA-Tester/scripts:/opt/scripts
3333
strategy:
3434
matrix:
3535
test:
@@ -47,7 +47,7 @@ jobs:
4747
GIT_CEILING_DIRECTORIES: /__w
4848
with:
4949
path: ${{ env.GITHUB_WORKSPACE }}
50-
- run: find /opt -print
50+
- run: find /__w /opt -print
5151
- run: ${{ matrix.test }}
5252
env:
5353
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/scripts:/opt/scripts/py

0 commit comments

Comments
 (0)