Skip to content

Commit c79962e

Browse files
committed
Add run_tests requirements and a timeout
1 parent c954796 commit c79962e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-fips.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
credentials:
3838
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
3939
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
40+
timeout-minutes: 30
4041
strategy:
4142
fail-fast: false
4243
max-parallel: 10
@@ -46,6 +47,8 @@ jobs:
4647
- name: check that python has fips mode enabled
4748
run: |
4849
python3 -c 'import _hashlib; assert _hashlib.get_fips_mode() == 1'
50+
- name: install run_tests.sh requirements
51+
run: apk install netcat-openbsd
4952
- name: Run tests
5053
run: ./tests/scripts/run_tests.sh
5154
env:

0 commit comments

Comments
 (0)