mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
Add all specs without matrix
This commit is contained in:
parent
ee43d5cc78
commit
a1ec9f48b0
15
.github/workflows/e2e.frontend.yaml
vendored
15
.github/workflows/e2e.frontend.yaml
vendored
@ -6,14 +6,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
e2e:
|
e2e:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
test:
|
|
||||||
- feature/feature.spec.ts
|
|
||||||
- groups/groups.spec.ts
|
|
||||||
- projects/access.spec.ts
|
|
||||||
- segments/segments.spec.ts
|
|
||||||
#- login/login.spec.ts
|
|
||||||
steps:
|
steps:
|
||||||
- name: Dump GitHub context
|
- name: Dump GitHub context
|
||||||
env:
|
env:
|
||||||
@ -38,5 +30,10 @@ jobs:
|
|||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
env: AUTH_USER=admin,AUTH_PASSWORD=unleash4all
|
env: AUTH_USER=admin,AUTH_PASSWORD=unleash4all
|
||||||
config: baseUrl=http://localhost:3000
|
config: baseUrl=http://localhost:3000
|
||||||
spec: cypress/integration/${{ matrix.test }}
|
spec: |
|
||||||
|
cypress/integration/feature/feature.spec.ts
|
||||||
|
cypress/integration/groups/groups.spec.ts
|
||||||
|
cypress/integration/projects/access.spec.ts
|
||||||
|
cypress/integration/segments/segments.spec.ts
|
||||||
|
cypress/integration/login/login.spec.ts
|
||||||
install-command: yarn --immutable
|
install-command: yarn --immutable
|
||||||
|
Loading…
Reference in New Issue
Block a user