Skip to content

Commit

Permalink
fix: v2 check was outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
jiw-mh committed Jan 21, 2025
1 parent c922e65 commit 2166a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: npm i serverless@${{ matrix.serverless }}
- run: npm i @serverless/test@8
# Only install @serverless/test@8 for Serverless v2
if: matrix.serverless != 'latest'
if: matrix.serverless == '2'
- name: Run jest unit tests
env:
NODE_OPTIONS: "--max_old_space_size=4096"
Expand Down

0 comments on commit 2166a0f

Please sign in to comment.