We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cb1f3 commit 98b67d9Copy full SHA for 98b67d9
.github/workflows/ci.yml
@@ -106,6 +106,7 @@ jobs:
106
working-directory: e2e
107
- name: run e2e tests
108
run: npm run test:ci --prefix e2e -- src/tests
109
+
110
111
type-check:
112
name: "type-check"
.github/workflows/docker-compose.ci.yml
@@ -5,8 +5,6 @@ services:
5
network_mode: host
6
environment:
7
- PERSES_PLUGIN_ENABLE_DEV=true
8
- - PERSES_ARCHIVE_PATHS_0=/etc/perses/development-archives
9
- - PERSES_PROVISIONING_FOLDERS_0=/etc/perses/provisioning
+ - PERSES_PLUGIN_ARCHIVE_PATHS_0=/etc/perses/development-archives
10
volumes:
11
- ./plugins/development-archives:/etc/perses/development-archives
12
- - ./plugins/e2e/src/data:/etc/perses/provisioning
0 commit comments