Skip to content

Commit

Permalink
build just builds for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codeimpossible committed Aug 23, 2021
1 parent 07c29ba commit 187f647
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Copy DLL To Chonks.Unity Package Directory
run: cp ./src/Chonks/bin/Release/netstandard2.0/Chonks.dll ./Packages/Chonks.Unity
- name: Publish DLL
run: |
git add ./Packages/Chonks.Unity/Chonks.dll
git commit -m 'update Chonks.dll for Chonks.Unity'
git push

0 comments on commit 187f647

Please sign in to comment.