Skip to content

Commit

Permalink
Continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrks committed Jun 12, 2024
1 parent fcb3259 commit 08ae57e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
reproduction:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -16,6 +17,4 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Reproduction
run: |-
set +e
timeout --preserve-status -s INT 3 npm start
run: timeout --preserve-status -s INT 3 npm start

0 comments on commit 08ae57e

Please sign in to comment.