github actions: rewrite file test action to fix ulimit; add timeouts

This commit is contained in:
Joakim Frostegård 2021-10-23 19:02:05 +02:00
parent 08488f50cd
commit d0aa87f99e
5 changed files with 20 additions and 13 deletions

View file

@ -10,5 +10,7 @@ outputs:
wss_ipv4:
description: 'WSS IPv4 status'
runs:
using: 'docker'
image: 'Dockerfile'
using: 'composite'
steps:
- run: $GITHUB_ACTION_PATH/entrypoint.sh
shell: bash