Skip to content

build(deps-dev): Bump webdriverio from 9.4.5 to 9.5.1 #4426

build(deps-dev): Bump webdriverio from 9.4.5 to 9.5.1

build(deps-dev): Bump webdriverio from 9.4.5 to 9.5.1 #4426

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install
run: npm install
- name: Test
run: npm run test:local
- uses: actions/upload-artifact@v4
if: failure()
with:
name: logs
path: logs