Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr authored Feb 19, 2025
1 parent 171658a commit bbf2b71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "Hashing: ${{ matrix.test }}"
HASHED_STRING=$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}')
echo "Hashed string: $HASHED_STRING"
echo "::set-output name=hashed_string::$HASHED_STRING"
echo "hashed_string=${HASHED_STRING}" >> $GITHUB_OUTPUT
# Upload the artifact using the hashed string as part of the name
- name: Upload coverage with hashed name
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
echo "Hashing: ${{ matrix.test }}"
HASHED_STRING=$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}')
echo "Hashed string: $HASHED_STRING"
echo "::set-output name=hashed_string::$HASHED_STRING"
echo "hashed_string=${HASHED_STRING}" >> $GITHUB_OUTPUT
- name: Upload coverage with hashed name
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
echo "Hashing: ${{ matrix.test }}"
HASHED_STRING=$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}')
echo "Hashed string: $HASHED_STRING"
echo "::set-output name=hashed_string::$HASHED_STRING"
echo "hashed_string=${HASHED_STRING}" >> $GITHUB_OUTPUT
- name: Upload coverage with hashed name
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
echo "Hashing: ${{ matrix.test }}"
HASHED_STRING=$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}')
echo "Hashed string: $HASHED_STRING"
echo "::set-output name=hashed_string::$HASHED_STRING"
echo "hashed_string=${HASHED_STRING}" >> $GITHUB_OUTPUT
- name: Upload coverage with hashed name
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bbf2b71

Please sign in to comment.