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 9012ac6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Generate ECS files by Jenny
run: make gen

- name: Build
run: dotnet build --no-restore -c Release /p:DefineConstants=IS_CI
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
# - name: Build
# run: dotnet build --no-restore -c Release /p:DefineConstants=IS_CI
# 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 9012ac6

Please sign in to comment.