Skip to content

Commit

Permalink
use install
Browse files Browse the repository at this point in the history
  • Loading branch information
teaglebuilt committed Sep 9, 2023
1 parent 506f731 commit 1080c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm install
working-directory: functions
- run: npm run lint
working-directory: functions
Expand All @@ -35,7 +35,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm install
working-directory: functions
- run: npm run test:integration
working-directory: functions
Expand Down

0 comments on commit 1080c7d

Please sign in to comment.