Skip to content

Commit 98b67d9

Browse files
committed
chh1
Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com>
1 parent c0cb1f3 commit 98b67d9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
working-directory: e2e
107107
- name: run e2e tests
108108
run: npm run test:ci --prefix e2e -- src/tests
109+
109110

110111
type-check:
111112
name: "type-check"

.github/workflows/docker-compose.ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ services:
55
network_mode: host
66
environment:
77
- PERSES_PLUGIN_ENABLE_DEV=true
8-
- PERSES_ARCHIVE_PATHS_0=/etc/perses/development-archives
9-
- PERSES_PROVISIONING_FOLDERS_0=/etc/perses/provisioning
8+
- PERSES_PLUGIN_ARCHIVE_PATHS_0=/etc/perses/development-archives
109
volumes:
1110
- ./plugins/development-archives:/etc/perses/development-archives
12-
- ./plugins/e2e/src/data:/etc/perses/provisioning

0 commit comments

Comments
 (0)