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

Loading…
Cancel
Save