Skip to content

build(deps-dev): Bump @wdio/local-runner from 9.8.0 to 9.9.1 #4652

build(deps-dev): Bump @wdio/local-runner from 9.8.0 to 9.9.1

build(deps-dev): Bump @wdio/local-runner from 9.8.0 to 9.9.1 #4652

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout Code
uses: actions/checkout@v4
- name: 🐢 Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: 🏗️ Install Dependencies
run: npm install
- name: 🧪 Test
run: npm run test:local
- name: 📦 Upload Logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: logs
path: logs