We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d575c commit 660c62eCopy full SHA for 660c62e
.github/workflows/nightly_runner.yml
@@ -33,6 +33,8 @@ jobs:
33
- name: Run tests
34
env:
35
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 }}
38
run: python run_tests.py
39
- name: Upload remote controller logs on test failure
40
uses: actions/upload-artifact@v2
0 commit comments