Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Revert "Test selfhosted runner"
Browse files Browse the repository at this point in the history
This reverts commit c1d9d89.
  • Loading branch information
misandrie committed May 25, 2024
1 parent 1636672 commit c290643
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ on:

jobs:
build:
runs-on: Mirai
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: SS14.Launcher.Tests
run: dotnet test SS14.Launcher.Tests/SS14.Launcher.Tests.csproj -v n
- name: Test Hidesey
run: dotnet test Marsey.Tests/Marsey.Tests.csproj -v n
run: dotnet test Marsey.Tests/Marsey.Tests.csproj -v n

0 comments on commit c290643

Please sign in to comment.