mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-26 22:41: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
|
name: Test Specific Version Install
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
# windows was not available < v0.5.15
|
||||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
@ -53,7 +54,7 @@ jobs:
|
|||||||
- run: npm run package
|
- run: npm run package
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
version: 0.5.0
|
version: 0.5.15
|
||||||
- run: earthly --version
|
- run: earthly --version
|
||||||
patch-range:
|
patch-range:
|
||||||
name: Test Patch Range Version Install
|
name: Test Patch Range Version Install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user