Skip to content

Commit

Permalink
Merge pull request #16 from zourdyzou/test-ci-pipeline-1
Browse files Browse the repository at this point in the history
Cleaning ups
  • Loading branch information
zourdyzou authored Aug 4, 2022
2 parents 7cc29a9 + d66193e commit 5be51ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ jobs:
node-version-file: '.nvmrc'

# Install deps
- name: Install npm deps
- name: Install Node deps
run: npm i

- name: Install Node.js dependencies
run: npm ci

# Run project test
- name: Tests
run: npm run test
Expand Down

1 comment on commit 5be51ad

@vercel
Copy link

@vercel vercel bot commented on 5be51ad Aug 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.