Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Desrosiers <[email protected]>
  • Loading branch information
sirreal and desrosj authored Apr 3, 2024
1 parent 8e2ba13 commit 16e5520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
- name: Setup Node.js and install dependencies
uses: ./.github/setup-node

- name: Npm build
- name: Run build scripts
run: npm run build

- name: Upload assets
- name: Upload built JavaScript assets
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: build-assets
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
with:
custom-cache-suffix: $(/bin/date -u --date='last Mon' "+%F")

- name: Download assets
- name: Download built JavaScript assets
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: build-assets
Expand Down

0 comments on commit 16e5520

Please sign in to comment.