Update tests

This commit is contained in:
hwdsl2 2024-06-16 23:51:01 -05:00
parent f4b053d673
commit 3a004d20e2
4 changed files with 3 additions and 8 deletions

View File

@ -9,15 +9,10 @@ on:
paths: paths:
- '**.sh' - '**.sh'
- '.github/workflows/main.yml' - '.github/workflows/main.yml'
- '.github/workflows/test_set_1.yml'
- '.github/workflows/test_set_2.yml' - '.github/workflows/test_set_2.yml'
- '.github/workflows/test_set_3.yml' - '.github/workflows/test_set_3.yml'
jobs: jobs:
test_set_1:
if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/test_set_1.yml
test_set_2: test_set_2:
if: github.repository_owner == 'hwdsl2' if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/test_set_2.yml uses: ./.github/workflows/test_set_2.yml

View File

@ -7,7 +7,7 @@ on: workflow_call
jobs: jobs:
test_set_1: test_set_1:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: github.repository_owner == 'hwdsl2' if: github.repository_owner == 'hwdsl2'
strategy: strategy:
matrix: matrix:

View File

@ -7,7 +7,7 @@ on: workflow_call
jobs: jobs:
test_set_2: test_set_2:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: github.repository_owner == 'hwdsl2' if: github.repository_owner == 'hwdsl2'
strategy: strategy:
matrix: matrix:

View File

@ -10,7 +10,7 @@ jobs:
if: github.repository_owner == 'hwdsl2' if: github.repository_owner == 'hwdsl2'
strategy: strategy:
matrix: matrix:
os: [ubuntu-22.04, ubuntu-20.04] os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: