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 9f19258 commit 7ccfd4fCopy full SHA for 7ccfd4f
.github/workflows/system-tests.yml
@@ -35,8 +35,6 @@ jobs:
35
TEST_LIBRARY: python
36
WEBLOG_VARIANT: ${{ matrix.weblog-variant }}
37
CMAKE_BUILD_PARALLEL_LEVEL: 12
38
- SYSTEM_TESTS_AWS_ACCESS_KEY_ID: ${{ secrets.IDM_AWS_ACCESS_KEY_ID }}
39
- SYSTEM_TESTS_AWS_SECRET_ACCESS_KEY: ${{ secrets.IDM_AWS_SECRET_ACCESS_KEY }}
40
steps:
41
- name: Install Dependencies
42
run: sudo apt-get install -y patchelf
@@ -84,8 +82,6 @@ jobs:
84
82
85
83
86
87
88
89
90
91
- name: Checkout system tests
0 commit comments