Skip to content

Commit

Permalink
chore: remove -latest on filenames for artefacts made on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 24, 2024
1 parent edec9e3 commit e16860b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-design-system-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: react-ui-test-results-ubuntu-latest
name: react-ui-test-results-ubuntu
path: |
libs/ui/tests/react.spec.js-snapshots/
libs/ui/test-results/
Expand All @@ -72,9 +72,9 @@ jobs:
with:
script: |
const fs = require("fs");
fs.writeFileSync("summary-ui-ubuntu-latest.txt", "${{ steps.test-ui.outcome }}", "utf-8");
fs.writeFileSync("summary-ui-ubuntu.txt", "${{ steps.test-ui.outcome }}", "utf-8");
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: outputs-test-ui
path: ${{ github.workspace }}/summary-ui-ubuntu-latest.txt
path: ${{ github.workspace }}/summary-ui-ubuntu.txt

0 comments on commit e16860b

Please sign in to comment.