Skip to content

Commit

Permalink
Test generate-matrix symlink behavior
Browse files Browse the repository at this point in the history
pbrisbin committed Jan 7, 2025
1 parent 5e836d5 commit 7800e7d
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
@@ -105,6 +105,12 @@ jobs:
fail-fast: false

steps:
- run: |
if [[ -L '${{ matrix.stack-yaml }}' ]]; then
echo "generate-matrix incorrectly included a symlink" >&2
exit 1
fi
- uses: actions/checkout@v4
- uses: ./
with:
1 change: 1 addition & 0 deletions example/stack-link.yaml

0 comments on commit 7800e7d

Please sign in to comment.