Skip to content

Commit 1a933b1

Browse files
committed
fix(js-api-client): fix test in the CI of the lib
1 parent 8dc57b4 commit 1a933b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
run: yarn install
2626

2727
- name: 🏄 Run the tests
28+
env:
29+
CRYSTALLIZE_TENANT_ID: 6890ca9cd065ed6bcafdf9e5
30+
CRYSTALLIZE_TENANT_IDENTIFIER: js-api-client-integration-tests
31+
CRYSTALLIZE_ACCESS_TOKEN_ID: ${{ secrets.CRYSTALLIZE_ACCESS_TOKEN_ID }}
32+
CRYSTALLIZE_ACCESS_TOKEN_SECRET: ${{ secrets.CRYSTALLIZE_ACCESS_TOKEN_SECRET }}
2833
run: yarn build && yarn test
2934

3035
- name: 🏷 Create Release

0 commit comments

Comments
 (0)