Skip to content

Commit

Permalink
GHA: Uses symbolic link to resolve the issue with missing scripts dir…
Browse files Browse the repository at this point in the history
…ectory
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent b735bd3 commit 17ddf95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
WINEPREFIX: /tmp/.wine
image: ea31337/ea-tester:dev
options: --user root
volumes:
- /__w/EA-Tester/EA-Tester/scripts:/opt/scripts
strategy:
matrix:
test:
Expand All @@ -45,8 +43,8 @@ jobs:
env:
# Refs: https://github.com/actions/checkout/issues/956
GIT_CEILING_DIRECTORIES: /__w
with:
path: ${{ env.GITHUB_WORKSPACE }}
- name: Link scripts directory to /opt/scripts
run: ln -fsv /__w/EA-Tester/EA-Tester/scripts /opt/scripts
- run: find /__w /opt -print
- run: ${{ matrix.test }}
env:
Expand Down

0 comments on commit 17ddf95

Please sign in to comment.