Skip to content

Commit

Permalink
Homebrew?
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrks committed Jun 12, 2024
1 parent 48404ce commit f3e9e0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install Dependencies
run: npm ci
- name: Reproduction
continue-on-error: true
shell: bash
run: |-
npm -v
brew install coreutils
timeout --preserve-status -s INT 3 npm start

0 comments on commit f3e9e0f

Please sign in to comment.