Skip to content

Commit

Permalink
feature #1 - update serverless deploy CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 17, 2022
1 parent 3f75aec commit a3ee15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/serverless-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: yarn ci
- name: serverless deploy
uses: serverless/github-action@master
with:
Expand Down

0 comments on commit a3ee15b

Please sign in to comment.