Skip to content

Commit 5e8be40

Browse files
authored
Merge pull request lightspeed-core#179 from VladimirKadlec/e2etests
fix: add back pull_request_target trigger
2 parents 68bc75d + 7421bb1 commit 5e8be40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# E2E integration tests with Lightspeed Core
22
name: E2E Lightspeed Evaluation Integration Tests
33

4-
on: [push, pull_request]
4+
on: [push, pull_request_target]
55

66
jobs:
77
##########
@@ -60,8 +60,8 @@ jobs:
6060
docker run \
6161
--name $LSC_IMAGE_NAME \
6262
-p 8080:8080 \
63-
-v $(pwd)/tests/integration/lightspeed-stack.yaml:/app-root/lightspeed-stack.yaml:Z \
64-
-v $(pwd)/tests/integration/run.yaml:/app-root/run.yaml:Z \
63+
-v $(pwd)/tests/integration/lightspeed-stack.yaml:/app-root/lightspeed-stack.yaml:z \
64+
-v $(pwd)/tests/integration/run.yaml:/app-root/run.yaml:z \
6565
-e OPENAI_API_KEY="${OPENAI_API_KEY}" \
6666
--detach \
6767
${{ matrix.lsc_image_path }}

0 commit comments

Comments
 (0)