Skip to content

build: sauce labs connect action #2

build: sauce labs connect action

build: sauce labs connect action #2

Workflow file for this run

name: SauceLabs
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
saucelabs:
runs-on: ubuntu-latest
name: SauceLabs
steps:
- uses: actions/checkout@v3
- uses: saucelabs/sauce-connect-action@v2
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelName: ng-bootstrap-${{ github.run_number }}
- run: yarn saucelabs

Check failure on line 18 in .github/workflows/saucelabs.yml

View workflow run for this annotation

GitHub Actions / SauceLabs

Invalid workflow file

The workflow is not valid. .github/workflows/saucelabs.yml (Line: 18, Col: 9): Unexpected value 'yarn saucelabs'

Check failure on line 18 in .github/workflows/saucelabs.yml

View workflow run for this annotation

GitHub Actions / SauceLabs

Invalid workflow file

The workflow is not valid. .github/workflows/saucelabs.yml (Line: 18, Col: 9): Unexpected value 'yarn saucelabs'

Check failure on line 18 in .github/workflows/saucelabs.yml

View workflow run for this annotation

GitHub Actions / SauceLabs

Invalid workflow file

The workflow is not valid. .github/workflows/saucelabs.yml (Line: 18, Col: 9): Unexpected value 'yarn saucelabs'
- uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: sauce-connect-log
path: ${{ env.SAUCE_CONNECT_DIR_IN_HOST }}/sauce-connect.log