1
0
mirror of synced 2024-11-22 04:56:03 +03:00

Update tests

This commit is contained in:
hwdsl2 2024-06-23 18:46:55 -05:00
parent 8339f7253f
commit 3a3c28b9fa
6 changed files with 4 additions and 13 deletions

View File

@ -13,7 +13,7 @@ on: workflow_call
jobs: jobs:
check_urls: check_urls:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: github.repository_owner == 'hwdsl2' if: github.repository_owner == 'hwdsl2'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -18,10 +18,6 @@ jobs:
if: github.repository_owner == 'hwdsl2' if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/check_urls.yml uses: ./.github/workflows/check_urls.yml
test_set_1:
needs: check_urls
uses: ./.github/workflows/test_set_1.yml
test_set_2: test_set_2:
needs: check_urls needs: check_urls
uses: ./.github/workflows/test_set_2.yml uses: ./.github/workflows/test_set_2.yml

View File

@ -16,7 +16,6 @@ on:
- '**.sh' - '**.sh'
- '.github/workflows/main.yml' - '.github/workflows/main.yml'
- '.github/workflows/shellcheck.yml' - '.github/workflows/shellcheck.yml'
- '.github/workflows/test_set_1.yml'
- '.github/workflows/test_set_2.yml' - '.github/workflows/test_set_2.yml'
jobs: jobs:
@ -24,10 +23,6 @@ jobs:
if: github.repository_owner == 'hwdsl2' if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/shellcheck.yml uses: ./.github/workflows/shellcheck.yml
test_set_1:
needs: shellcheck
uses: ./.github/workflows/test_set_1.yml
test_set_2: test_set_2:
needs: shellcheck needs: shellcheck
uses: ./.github/workflows/test_set_2.yml uses: ./.github/workflows/test_set_2.yml

View File

@ -13,7 +13,7 @@ on: workflow_call
jobs: jobs:
shellcheck: shellcheck:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: github.repository_owner == 'hwdsl2' if: github.repository_owner == 'hwdsl2'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -13,7 +13,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

@ -13,7 +13,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: