Skip to content

Commit

Permalink
Just a test to see if saucectl is magic.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinsingla committed Feb 21, 2024
1 parent e4f163b commit 58fb6d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
host: localhost
port: 3306
timeout: 60
- name: Connect to saucelabs
uses: saucelabs/sauce-connect-action@v2
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelName: ${{ github.GITHUB_RUN_ID }}
# - name: Connect to saucelabs
# uses: saucelabs/sauce-connect-action@v2
# with:
# username: ${{ secrets.SAUCE_USERNAME }}
# accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
# tunnelName: ${{ github.GITHUB_RUN_ID }}
- name: Saucectl RUN
uses: saucelabs/saucectl-run-action@v4
with:
Expand Down

0 comments on commit 58fb6d9

Please sign in to comment.