Skip to content

Commit 3a3c28b

Browse files
committed
Update tests
1 parent 8339f72 commit 3a3c28b

File tree

6 files changed

+4
-13
lines changed

6 files changed

+4
-13
lines changed

.github/workflows/check_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: workflow_call
1313

1414
jobs:
1515
check_urls:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
if: github.repository_owner == 'hwdsl2'
1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/cron.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
if: github.repository_owner == 'hwdsl2'
1919
uses: ./.github/workflows/check_urls.yml
2020

21-
test_set_1:
22-
needs: check_urls
23-
uses: ./.github/workflows/test_set_1.yml
24-
2521
test_set_2:
2622
needs: check_urls
2723
uses: ./.github/workflows/test_set_2.yml

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,13 @@ on:
1616
- '**.sh'
1717
- '.github/workflows/main.yml'
1818
- '.github/workflows/shellcheck.yml'
19-
- '.github/workflows/test_set_1.yml'
2019
- '.github/workflows/test_set_2.yml'
2120

2221
jobs:
2322
shellcheck:
2423
if: github.repository_owner == 'hwdsl2'
2524
uses: ./.github/workflows/shellcheck.yml
2625

27-
test_set_1:
28-
needs: shellcheck
29-
uses: ./.github/workflows/test_set_1.yml
30-
3126
test_set_2:
3227
needs: shellcheck
3328
uses: ./.github/workflows/test_set_2.yml

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: workflow_call
1313

1414
jobs:
1515
shellcheck:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
if: github.repository_owner == 'hwdsl2'
1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/test_set_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: workflow_call
1313

1414
jobs:
1515
test_set_1:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
if: github.repository_owner == 'hwdsl2'
1818
strategy:
1919
matrix:

.github/workflows/test_set_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: workflow_call
1313

1414
jobs:
1515
test_set_2:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
if: github.repository_owner == 'hwdsl2'
1818
strategy:
1919
matrix:

0 commit comments

Comments
 (0)