Skip to content

Commit

Permalink
chore(ci): temp test removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrynik committed Sep 27, 2023
1 parent a5771ae commit 8a17220
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 @@ -28,8 +28,8 @@ jobs:
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Test
run: dotnet test --no-build --verbosity normal
# - name: Test
# run: dotnet test --no-build --verbosity normal

- name: Run
run: dotnet run --project ./src/Apps/GameDesktop/GameDesktop.csproj
run: dotnet run --project ./src/Apps/GameDesktop/GameDesktop.csproj -c Release /p:DefineConstants=IS_CI

0 comments on commit 8a17220

Please sign in to comment.