Skip to content

Commit

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

0 comments on commit 48a1699

Please sign in to comment.