Skip to content

Commit

Permalink
tweak: workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-moskal committed Sep 15, 2024
1 parent d42cd88 commit 50932ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
with:
node-version: '22'

- run: |
npm ci
npm run build
npm test
- run: npm ci
- run: npm run build
- run: npm test

7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
with:
version: v2.2.2

- run: |
npm ci
npm run build
npm test
- run: npm ci
- run: npm run build
- run: npm test

- name: 🗑️ delete dev symlinks
run: |
Expand Down

0 comments on commit 50932ff

Please sign in to comment.