Skip to content

Commit

Permalink
ci: Fix test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aervyon committed Aug 12, 2024
1 parent a143be6 commit 446a179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
SHA: $(${{github.sha}}::8)

steps:
- uses: actions/checkout@v3
- name: Set short git commit SHA
id: vars
run: |
calculatedSha=$(git rev-parse --short ${{ github.sha }})
echo "COMMIT_SHORT_SHA=$calculatedSha" >> $GITHUB_ENV
- uses: actions/checkout@v3
- name: Check Short SHA
run: echo '${{ env.SHA }}'
- name: Setup Node
Expand Down

0 comments on commit 446a179

Please sign in to comment.