Skip to content

npm: bump webdriverio from 9.1.5 to 9.2.1 #2709

npm: bump webdriverio from 9.1.5 to 9.2.1

npm: bump webdriverio from 9.1.5 to 9.2.1 #2709

Workflow file for this run

name: 'Tests'
on:
push:
branches: ['master', 'production']
pull_request:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Set repository to latest commit
uses: actions/checkout@v4
- name: Set up Node.js environment to version ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests and generate coverage report
run: npm run test
#- name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3