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

Commit

Permalink
Fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletquasar committed Aug 5, 2023
1 parent 87bb59d commit 109038b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
working-directory: ./projects/melon-runtime
working-directory: ./projects/native
run: dotnet restore
- name: Build
working-directory: ./projects/melon-runtime/MelonRuntime.CLI
working-directory: ./projects/native/MelonRuntime.CLI
run: dotnet build MelonRuntime.CLI.csproj --no-restore
- name: Test
working-directory: ./projects/melon-runtime/MelonRuntime.JavaScriptTests
working-directory: ./projects/native/MelonRuntime.JavaScriptTests
run: dotnet test MelonRuntime.JavaScriptTests.csproj --verbosity normal

0 comments on commit 109038b

Please sign in to comment.