Skip to content

Commit

Permalink
test: add comment about timeout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-fields committed Aug 3, 2022
1 parent 950013a commit c77ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
expected: failure
actual: ${{ steps.wrong_shell.outcome }}

# timeout tests take longer to run so run in parallel
ci_integration_timeout:
name: Run Integration Timeout Tests
if: startsWith(github.ref, 'refs/heads')
Expand All @@ -252,7 +253,6 @@ jobs:
- name: Install dependencies
run: npm ci

# timeout tests (takes longer to run so run last)
- name: sad-path (timeout)
id: sad_path_timeout
uses: ./
Expand Down

0 comments on commit c77ba34

Please sign in to comment.