Skip to content

Commit

Permalink
pass LambdaTest credentials via GitHub secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Aug 31, 2024
1 parent c35ddf3 commit 4cde5d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle Wrapper
- name: Run tests
run: ./gradlew build
env:
LT_USERNAME: ${{ secrets.LT_USERNAME }}
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}

dependency-submission:

Expand Down

0 comments on commit 4cde5d5

Please sign in to comment.