Skip to content

Commit

Permalink
add paths to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
evinjaff committed May 25, 2024
1 parent d19231c commit 32de7bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Change paths to Tests
run: cd pkhex/pkhex-egglocke-tests
- name: Restore dependencies
run: dotnet restore
run: dotnet restore pkhex/pkhex-egglocke-tests
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore pkhex/pkhex-egglocke-tests
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal pkhex/pkhex-egglocke-tests

0 comments on commit 32de7bc

Please sign in to comment.