Skip to content

Commit

Permalink
feat: run test published package action with Windows OS (#2345)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa authored Feb 29, 2024
1 parent 3042f86 commit bf79ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-published-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ on:
jobs:
test-create-mud-project:
name: Test create-mud project
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest-16-cores, windows-latest]
template: [vanilla, react, react-ecs, phaser, threejs]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit bf79ed5

Please sign in to comment.