Skip to content

Commit

Permalink
Refactor GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Codycody31 committed Nov 21, 2023
1 parent 684792f commit 5594c32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: 📦 install
run: npm ci
- name: 🏗️ build
run: npm run build --if-present
- name: 🧪 test
run: npm test

0 comments on commit 5594c32

Please sign in to comment.