Skip to content

Commit 660c62e

Browse files
authored
Add the Maven credentials to the nightly tests (#687)
1 parent 28d575c commit 660c62e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly_runner.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- name: Run tests
3434
env:
3535
HAZELCAST_ENTERPRISE_KEY: ${{ secrets.HAZELCAST_ENTERPRISE_KEY_V7 }}
36+
HZ_SNAPSHOT_INTERNAL_USERNAME: ${{ secrets.HZ_SNAPSHOT_INTERNAL_USERNAME }}
37+
HZ_SNAPSHOT_INTERNAL_PASSWORD: ${{ secrets.HZ_SNAPSHOT_INTERNAL_PASSWORD }}
3638
run: python run_tests.py
3739
- name: Upload remote controller logs on test failure
3840
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)