Skip to content

Commit

Permalink
Issue #210 -- Updated workflow to use npm install. (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaterma committed Sep 29, 2021
1 parent 713403e commit 39a9b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and test
run: npm ci
run: npm install
- run: npm test

0 comments on commit 39a9b1c

Please sign in to comment.