chore: added env

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-10-26 12:56:51 +02:00
parent b92b436efc
commit 0235260c9f
+3 -1
View File
@@ -47,4 +47,6 @@ jobs:
- name: yarn build
run: yarn build --ignore example-app --ignore example-backend --ignore @techdocs/cli
- name: run E2E test
run: DEBUG=zombie yarn e2e-test run
run: yarn e2e-test run
env:
DEBUG: zombie