Skip to content

2.0.3

2.0.3 #25

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
type: [game, place, model, plugin, package]
steps:
- name: Checkout create-roblox-ts repo
uses: actions/checkout@v4
with:
path: create-roblox-ts
- name: Setup create-roblox-ts repo
run: |
cd create-roblox-ts
npm install
npm run build
- name: Create template project
run: node ./create-roblox-ts/out/index.js ${{ matrix.type }} -y --dir project