Skip to content

build(deps-dev): Bump webdriverio from 9.1.2 to 9.2.1 #3382

build(deps-dev): Bump webdriverio from 9.1.2 to 9.2.1

build(deps-dev): Bump webdriverio from 9.1.2 to 9.2.1 #3382

Workflow file for this run

name: Sauce CI
on: [push, pull_request_target]
env:
SAUCE_USERNAME: ${{secrets.SAUCE_USERNAME}}
SAUCE_ACCESS_KEY: ${{secrets.SAUCE_ACCESS_KEY}}
jobs:
build:
# ignore the pull request which comes from user dependabot
# as this bot has no access to Sauce secrets.
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: npm install
- name: Test
run: npm run test:sauce
- uses: actions/upload-artifact@v4
if: failure()
with:
name: logs
path: logs