Skip to content

53 add updated model gameplay model #46

53 add updated model gameplay model

53 add updated model gameplay model #46

Workflow file for this run

name: ci-test
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
name: run-test
runs-on: ubuntu-latest
steps:
# ...
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
- run: bun test