Update common_tests.yml

pull/78/head
aparnajyothi-y 3 months ago committed by GitHub
parent 8f6a4b814c
commit a0805bfcd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,7 @@ jobs:
CommonTests:
strategy:
fail-fast: false
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v3
@ -20,4 +20,4 @@ jobs:
run: |
Import-Module Pester
Import-Module Assert
Invoke-Pester -EnableExit
Invoke-Pester -EnableExit

Loading…
Cancel
Save