Skip to content

Commit

Permalink
fix: script name passing in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Feb 4, 2024
1 parent be0f2f5 commit a526283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
run: |
curl -fsSL https://bun.sh/install | bash
echo "$HOME/.bun/bin" >> $GITHUB_PATH
echo "TEST_NAME=${${{ matrix.script }}//\//-}" >> $GITHUB_OUTPUT
echo "TEST_NAME=${TEST_SCRIPT//\//-}" >> $GITHUB_OUTPUT
env:
TEST_SCRIPT: ${{ matrix.script }}
- name: Install AWS CLI
run: pip install awscli pulumi-local terraform-local awscli-local
- name: Execute Script
Expand Down

0 comments on commit a526283

Please sign in to comment.