Skip to content

Fix typo

Fix typo #109

Workflow file for this run

name: Cucumber tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Start test services
run: npm run test:prepare
- name: Run cucumber tests
run: npm run test:cucumber
- name: Run unit tests
run: npm run test:unit