Skip to content

Commit

Permalink
chore: Update CI (#6)
Browse files Browse the repository at this point in the history
* Fetch test branches

* Prevent failing fast
  • Loading branch information
spenserblack authored Aug 9, 2023
1 parent b624ae2 commit 4eac650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
name: Build (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v3
- name: Fetch Test Branches
run: git fetch origin test/javascript:test/javascript
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 4eac650

Please sign in to comment.