Skip to content

Commit

Permalink
Merge pull request #59 from Partmedia/frontier/actions
Browse files Browse the repository at this point in the history
Disable failing actions
  • Loading branch information
Cheackraze committed Jul 21, 2023
2 parents e7c769d + 05ee979 commit f8959a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:

- name: Run Content.Tests
run: dotnet test --no-build --configuration DebugOpt Content.Tests/Content.Tests.csproj -- NUnit.ConsoleOut=0

- name: Run Content.IntegrationTests
shell: pwsh
run: |
$env:DOTNET_gcServer=1
dotnet test --no-build --configuration DebugOpt Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0
ci-success:
name: Build & Test Debug
needs:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:

- name: Run Content.Tests
run: dotnet test --configuration Tools --no-build Content.Tests/Content.Tests.csproj -- NUnit.ConsoleOut=0

- name: Run Content.IntegrationTests
shell: pwsh
run: |
$env:DOTNET_gcServer=1
dotnet test --configuration Tools --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0
ci-success:
name: Build & Test Release
needs:
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/labeler-pr.yml

This file was deleted.

0 comments on commit f8959a3

Please sign in to comment.