Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jan 9, 2024
1 parent 1226b9b commit a801670
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test
run-name: ${{ github.actor }} - test
on: [pull_request]
on: [pull_request, push]
jobs:
test:
strategy:
Expand All @@ -14,6 +14,8 @@ jobs:
with:
node-version: '18.17.0'

- run: git clean -fdx .

- run: npm ci

- run: npm test

0 comments on commit a801670

Please sign in to comment.