Skip to content

Commit

Permalink
Add matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx committed Oct 17, 2023
1 parent 6ff4e76 commit b064d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
type: [game, place, model, plugin, package]
steps:
- name: Checkout create-roblox-ts repo
Expand Down

0 comments on commit b064d31

Please sign in to comment.