Skip to content

Commit

Permalink
Another path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 6, 2024
1 parent 1e3a613 commit fdf079d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install additional dependencies
if: steps.changes.outputs.src == 'true'
run: |
if [ -f ${{ matrix.apps.name }}/setup.sh ]; then
if [ -f setup.sh ]; then
./setup.sh
fi
working-directory: .nextmv/golden/${{ matrix.apps.name }}
Expand Down

0 comments on commit fdf079d

Please sign in to comment.