We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68bc75d + 7421bb1 commit 5e8be40Copy full SHA for 5e8be40
1 file changed
.github/workflows/e2e_tests.yaml
@@ -1,7 +1,7 @@
1
# E2E integration tests with Lightspeed Core
2
name: E2E Lightspeed Evaluation Integration Tests
3
4
-on: [push, pull_request]
+on: [push, pull_request_target]
5
6
jobs:
7
##########
@@ -60,8 +60,8 @@ jobs:
60
docker run \
61
--name $LSC_IMAGE_NAME \
62
-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 \
+ -v $(pwd)/tests/integration/lightspeed-stack.yaml:/app-root/lightspeed-stack.yaml:z \
+ -v $(pwd)/tests/integration/run.yaml:/app-root/run.yaml:z \
65
-e OPENAI_API_KEY="${OPENAI_API_KEY}" \
66
--detach \
67
${{ matrix.lsc_image_path }}
0 commit comments