mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2026-01-17 18:31:26 +00:00
15 lines
254 B
YAML
15 lines
254 B
YAML
name: e2e:run:tests
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
e2e-tests:
|
|
name: Run all E2E tests
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@master
|
|
|
|
- name: E2E - Run all tests
|
|
uses: cypress-io/github-action@v6
|