1
0
mirror of synced 2024-11-21 20:46:10 +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:
check_urls:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.repository_owner == 'hwdsl2'
steps:
- uses: actions/checkout@v4

View File

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

View File

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

View File

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

View File

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

View File

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