Skip to content

chore(deps-dev): Bump @wdio/cucumber-framework from 8.40.2 to 9.0.4 #524

chore(deps-dev): Bump @wdio/cucumber-framework from 8.40.2 to 9.0.4

chore(deps-dev): Bump @wdio/cucumber-framework from 8.40.2 to 9.0.4 #524

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js v20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Setup
run: npm run build
- name: Run headless test
run: npm test