mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Make end-to-end testing independent of development environments (no-changelog) (#4709)
* use user-folder override consistently everywhere, including for the `.cache` folder * use consistent config for e2e tesing, skipping config loading from env and config files * simplify all the cypress commands, and run all e2e tests on master
This commit is contained in:
committed by
GitHub
parent
b18ae18a6b
commit
500775de69
2
.github/workflows/ci-master.yml
vendored
2
.github/workflows/ci-master.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Test E2E
|
||||
run: |
|
||||
pnpm cypress:install
|
||||
pnpm test:e2e:ci:smoke
|
||||
pnpm test:e2e:all
|
||||
|
||||
- name: Lint
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user