test: add timeout_minutes

This commit is contained in:
Nick Fields
2020-10-30 19:57:42 -04:00
parent 0a47821646
commit 7a4513731b

View File

@@ -31,6 +31,12 @@ jobs:
expected: true
actual: ${{ steps.happy_path.outputs.total_attempts == '1' && steps.happy_path.outputs.exit_code == '0' }}
- name: log examples
uses: ./
with:
command: node ./.github/scripts/log-examples.js
timeout_minutes: 1
- name: sad-path (retry_wait_seconds)
id: sad_path_wait_sec
uses: ./
@@ -191,11 +197,6 @@ jobs:
expected: failure
actual: ${{ steps.sad_path_timeout.outcome }}
- name: log examples
uses: ./
with:
command: node ./.github/scripts/log-examples.js
# runs on push to master only
cd:
name: Publish Action