Skip to content

Commit

Permalink
fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
MomenNano committed Aug 2, 2022
1 parent da77693 commit 8fcf957
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ on:

jobs:
test:

runs-on: ubuntu-latest
steps:

steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install Dependencies
run: |
npm install --ignore-scripts
run: npm install --ignore-scripts
- name: Run Tests
run: |
npm run test:unit
run: npm run test:unit

0 comments on commit 8fcf957

Please sign in to comment.