Skip to content

Commit

Permalink
chore: add os to published packages matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa committed Feb 28, 2024
1 parent 1844b0b commit 0b10a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/create-mud.yml

This file was deleted.

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 0b10a29

Please sign in to comment.