mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-26 06:21:01 +08:00
earthly didnt have windows binary < 0.5.15
This commit is contained in:
parent
f5f9ecd12e
commit
ddca0c8822
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
||||
name: Test Specific Version Install
|
||||
strategy:
|
||||
matrix:
|
||||
# windows was not available < v0.5.15
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@ -53,7 +54,7 @@ jobs:
|
||||
- run: npm run package
|
||||
- uses: ./
|
||||
with:
|
||||
version: 0.5.0
|
||||
version: 0.5.15
|
||||
- run: earthly --version
|
||||
patch-range:
|
||||
name: Test Patch Range Version Install
|
||||
|
Loading…
x
Reference in New Issue
Block a user