Skip to content

Commit

Permalink
Issue salesforce#210 -- Updated workflow to use npm install.
Browse files Browse the repository at this point in the history
  • Loading branch information
awaterma committed Sep 28, 2021
1 parent 713403e commit e862a13
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 e862a13

Please sign in to comment.