Skip to content

Commit 2760ec0

Browse files
ci(test): make cloud and github vars available for aws tests to use
1 parent 8ebf25b commit 2760ec0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-aws-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- run: npm run test:aws --workspace artillery
6969
env:
7070
FORCE_COLOR: 1
71-
ECR_IMAGE_VERSION: ${{ github.sha }} # the image is published with the sha of the commit within this repo
71+
ECR_IMAGE_VERSION: ${{ github.sha }} # the image is published with the sha of the commit within this repo
72+
ARTILLERY_CLOUD_ENDPOINT: ${{ secrets.ARTILLERY_CLOUD_ENDPOINT_TEST }}
73+
ARTILLERY_CLOUD_API_KEY: ${{ secrets.ARTILLERY_CLOUD_API_KEY_TEST }}
74+
GITHUB_REPO: ${{ github.repository }}
75+
GITHUB_ACTOR: ${{ github.actor }}

0 commit comments

Comments
 (0)