Skip to content

Commit

Permalink
chore: add also window-latest to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Oct 4, 2023
1 parent e6acd22 commit a70934a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- name: Bunjs
uses: oven-sh/setup-bun@v1
with:
version: 1.0.3
version: 1.0.4
- name: Install dependencies
run: bun install
- run: bun run build
Expand Down

0 comments on commit a70934a

Please sign in to comment.