Skip to content

Commit

Permalink
Update openactive-test-suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Aug 6, 2024
1 parent 821e182 commit 54316d1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/openactive-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ jobs:
needs:
- test-server
- test-fake-database
# runs on an Windows 2019 virtual machine, not an Ubuntu machine
runs-on: windows-2019

# runs on an Windows virtual machine, not an Ubuntu machine (latest is used to force failure if dependencies become outdated)
runs-on: windows-latest

strategy:
fail-fast: false
Expand Down Expand Up @@ -209,9 +210,9 @@ jobs:
# Building and deploying Framework is done using `msbuild` as opposed to `dotnet build`/`dotnet run`. It is started
# using IIS Express
- name: Setup MSBuild path
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v2
- name: Install OpenActive.Server.NET dependencies
run: nuget restore .\server\
- name: Build .NET Framework Reference Implementation
Expand Down

0 comments on commit 54316d1

Please sign in to comment.