Skip to content

Commit

Permalink
test: Add a nuget pre-release version to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaderbug committed May 2, 2024
1 parent 52b5a04 commit fedf73b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/install_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
matrix:
# Also try windows-2019?
os: [macos-latest, ubuntu-latest, windows-2019]
version: ["4.1.1", "4.3.0-dev.6"]
defaults:
run:
# Use bash shells on all platforms.
Expand All @@ -128,7 +129,7 @@ jobs:
run: |
# Use tool to install Godot. Last line of output is the path to the
# symlink that always points to the active version of Godot.
dotnet run -- godot install 4.1.1
dotnet run -- godot install ${{ matrix.version }}
- name: 🤖 Check Godot Location
working-directory: GodotEnv
Expand Down Expand Up @@ -174,6 +175,6 @@ jobs:
echo "Before uninstall:"
dotnet run -- godot list
echo "Uninstalling..."
dotnet run -- godot uninstall 4.1.1
dotnet run -- godot uninstall ${{ matrix.version }}
echo "After uninstall:"
dotnet run -- godot list

0 comments on commit fedf73b

Please sign in to comment.