mirror of
https://github.com/laoxong/ScoopBucket
synced 2024-11-23 10:45:14 +01:00
(chore): CI: Change actions/checkout version (#6)
This commit is contained in:
parent
38e65c144b
commit
be81fafb82
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -11,19 +11,19 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout Bucket
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 2
|
||||
path: 'my_bucket'
|
||||
- name: Checkout Scoop
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
repository: ScoopInstaller/Scoop
|
||||
path: 'scoop_core'
|
||||
- name: Init and Test
|
||||
shell: powershell
|
||||
run: |
|
||||
$env:SCOOP_HOME="$(Resolve-Path '.\scoop_core')"
|
||||
$env:SCOOP_HOME="$(Convert-Path '.\scoop_core')"
|
||||
.\scoop_core\test\bin\init.ps1
|
||||
.\my_bucket\bin\test.ps1
|
||||
test_pwsh:
|
||||
@ -31,18 +31,18 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout Bucket
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 2
|
||||
path: 'my_bucket'
|
||||
- name: Checkout Scoop
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
repository: ScoopInstaller/Scoop
|
||||
path: 'scoop_core'
|
||||
- name: Init and Test
|
||||
shell: pwsh
|
||||
run: |
|
||||
$env:SCOOP_HOME="$(Resolve-Path '.\scoop_core')"
|
||||
$env:SCOOP_HOME="$(Convert-Path '.\scoop_core')"
|
||||
.\scoop_core\test\bin\init.ps1
|
||||
.\my_bucket\bin\test.ps1
|
||||
|
Loading…
Reference in New Issue
Block a user