Skip to content

Commit

Permalink
--preserve-status
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrks committed Jun 12, 2024
1 parent 6145615 commit a886eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
build:
reproduction:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -16,4 +16,4 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Reproduction
run: timeout -s INT 3 npm start
run: timeout --preserve-status -s INT 3 npm start

0 comments on commit a886eef

Please sign in to comment.