Skip to content

Commit e070c13

Browse files
authored
Merge pull request #5 from crazy-max/improve-ci
ci: split validate and test targets
2 parents f9b34f0 + 9df71fe commit e070c13

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
test:
10+
validate:
1111
runs-on: ubuntu-latest
1212
steps:
1313
-
@@ -18,6 +18,13 @@ jobs:
1818
uses: docker/bake-action@v2
1919
with:
2020
targets: validate
21+
22+
test:
23+
runs-on: ubuntu-latest
24+
steps:
25+
-
26+
name: Checkout
27+
uses: actions/checkout@v3
2128
-
2229
name: Test
2330
uses: docker/bake-action@v2

0 commit comments

Comments
 (0)