Skip to content

Commit

Permalink
Activated testing stage in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
h3ssto committed Sep 19, 2024
1 parent 548cb73 commit 9e0340c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
# - run: npm test TODO: See #issue-4
- run: npm run build
- run: npm run test
- name: Archive production artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 9e0340c

Please sign in to comment.