Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Dec 14, 2024
1 parent b98e9d8 commit f6162c1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ jobs:

steps:
- name: Checkout Meadow.Logging
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Logging
path: Meadow.Logging
ref: develop

- name: Checkout Meadow.Units
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Units
path: Meadow.Units
ref: develop

- name: Checkout Meadow.Contracts
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: WildernessLabs/Meadow.Contracts
path: Meadow.Contracts
ref: develop

- name: Checkout Meadow.CLI
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: Meadow.CLI

Expand All @@ -45,11 +45,8 @@ jobs:
dotnet-version:
8.0.x

- name: Build CLI v1
run: dotnet build -c Release Meadow.CLI/MeadowCLI.sln

- name: Build CLI v2
run: dotnet build -c Release Meadow.CLI/Source/v2/Meadow.CLI.v2.sln
run: dotnet build -c Release Meadow.CLI/Source/Meadow.CLI.sln

- name: Unit Test CLI v2
run: dotnet test -c Release --no-build --no-restore --filter "FullyQualifiedName~.Unit.Tests" .\Meadow.CLI\Source\v2\Meadow.CLI.v2.sln
Expand Down

0 comments on commit f6162c1

Please sign in to comment.