Skip to content

添加链式启动方法及新的下崽器 #2

添加链式启动方法及新的下崽器

添加链式启动方法及新的下崽器 #2

Workflow file for this run

name: CI-Check
on:
workflow_dispatch:
push:
branches: [ "**" ]
pull_request:
types:
- opened
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
run: dotnet test MinecraftLaunch.csproj
test_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
run: dotnet build MinecraftLaunch.csproj