mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 07:19:41 +00:00
Update workflow task (#196)
* Update workflow task * use $env:GITHUB_OUTPUT * update submodule
This commit is contained in:
committed by
GitHub
parent
379db95d31
commit
1c70aa4fc9
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
@ -21,7 +21,7 @@ jobs:
|
||||
Install-Module Pester -Force -Scope CurrentUser
|
||||
|
||||
- name: Run tests
|
||||
shell: pwsh
|
||||
shell: pwsh
|
||||
run: |
|
||||
Import-Module Pester
|
||||
Invoke-Pester -Configuration @{
|
||||
|
Reference in New Issue
Block a user