Skip to content

Commit

Permalink
Debugging serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Jun 30, 2024
1 parent fe0cdb2 commit ed098a3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
pwd
ls -la
- name: Check Serverless version
run: npx serverless --version

- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand All @@ -53,6 +50,15 @@ jobs:
- name: Install dependencies
run: |
npm ci
npm install serverless@3.38.0 --save-exact
- name: Check Serverless version
run: ./node_modules/.bin/serverless --version

- name: Check Serverless installation
run: |
ls -R node_modules/serverless
npm list serverless
- name: Deploy API
run: |
Expand Down

0 comments on commit ed098a3

Please sign in to comment.