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 c954796 commit c79962eCopy full SHA for c79962e
.github/workflows/test-fips.yml
@@ -37,6 +37,7 @@ jobs:
37
credentials:
38
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
39
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
40
+ timeout-minutes: 30
41
strategy:
42
fail-fast: false
43
max-parallel: 10
@@ -46,6 +47,8 @@ jobs:
46
47
- name: check that python has fips mode enabled
48
run: |
49
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
50
+ - name: install run_tests.sh requirements
51
+ run: apk install netcat-openbsd
52
- name: Run tests
53
run: ./tests/scripts/run_tests.sh
54
env:
0 commit comments