Skip to content

Update dependency @badeball/cypress-cucumber-preprocessor to v21 #1154

Update dependency @badeball/cypress-cucumber-preprocessor to v21

Update dependency @badeball/cypress-cucumber-preprocessor to v21 #1154

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: script/ci/cibuild
- name: Test
run: script/ci/test