Skip to content

more relaxed version of cds-cucumber #3

more relaxed version of cds-cucumber

more relaxed version of cds-cucumber #3

Workflow file for this run

name: "Basic CI"
on:
push:
branches: [ "main", "add_cucumber" ]
pull_request:
jobs:
basic-bdd-tests:
name: basic-bdd-tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18 ]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: tests
run: npm t