Skip to content

Commit 1689d54

Browse files
committed
chore: fix LambdaTest config missing username and access key
1 parent 542b511 commit 1689d54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lambdatest.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919

2020
- name: Starting CI testing
2121
shell: bash
22+
env:
23+
CI: true
24+
LT_USERNAME: ${{ secrets.LT_USERNAME }}
25+
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
2226
run: |
2327
echo "STEP 1 ) Download project"
2428
git clone https://github.com/josdejong/mathjs

0 commit comments

Comments
 (0)