Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies authored Apr 28, 2024
1 parent c6cd73f commit 4b67b93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test

0 comments on commit 4b67b93

Please sign in to comment.