Skip to content

Commit

Permalink
Updated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravchawhan committed Dec 12, 2024
1 parent 7fd3778 commit 17089be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lambdatest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
user: ${{ secrets.LT_USERNAME }}
accessKey: ${{ secrets.LT_ACCESS_KEY }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- run: npm ci
- run: npm run test:lambdatest
env:
Expand Down

0 comments on commit 17089be

Please sign in to comment.