Skip to content

Commit

Permalink
Remove VSMac step from unit tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Nov 19, 2024
1 parent 83126e7 commit 49e73db
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,6 @@ jobs:
- name: Core Integration Test project
run: dotnet test src/Core/ApiClientCodeGen.Core.IntegrationTests\ApiClientCodeGen.Core.IntegrationTests.csproj -f net8.0

vsmac:

name: VS Mac Extension
runs-on: macos-latest
timeout-minutes: 30

steps:
- uses: actions/checkout@v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1

- name: Core Test project
run: dotnet test src/Core/ApiClientCodeGen.Core.Tests/ApiClientCodeGen.Core.Tests.csproj -f net8.0

- name: Core Integration Test project
run: dotnet test src/Core/ApiClientCodeGen.Core.IntegrationTests/ApiClientCodeGen.Core.IntegrationTests.csproj -f net8.0

vsix:

name: VSIX Extension
Expand Down

0 comments on commit 49e73db

Please sign in to comment.