Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 14, 2023
1 parent 4d7301c commit f210d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 12
# serverless is required by some tests
- name: Install serverless
run: npm i -g serverless
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit f210d46

Please sign in to comment.