Skip to content

Commit

Permalink
AT-10925: remove legacy test
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Dec 5, 2023
1 parent e7c9f6c commit 0370ff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: '[ "${{ matrix.serverless }}" == "serverless-legacy" ] && npm install serverless@latest-2 || true'
- run: npm run lint
- run: npm test

0 comments on commit 0370ff4

Please sign in to comment.