Skip to content

Commit

Permalink
Revert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Aug 24, 2024
1 parent 5e40a19 commit b1b1d1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 74 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/debug.yaml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- run: dotnet restore
- run: dotnet build --configuration Debug --no-restore # TODO: breaks Metalama in 2024.2.8-preview, reintroduce after fixed
- run: dotnet test --configuration Release --no-restore --no-build
# - run: dotnet build --configuration Debug --no-restore # TODO: breaks Metalama in 2024.2.8-preview, reintroduce after fixed
# still broken in 2024.2.19
- run: dotnet test --configuration Release --no-restore

0 comments on commit b1b1d1f

Please sign in to comment.