Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit cea3c45

Browse files
author
Corneil du Plessis
authored
Combine steps
1 parent 2515cc9 commit cea3c45

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci-carvel.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
jobs:
1212

1313
# test templating before publishing a package
14-
test:
15-
name: Test
14+
publish:
15+
name: Publish
1616
runs-on: ubuntu-latest
1717
defaults:
1818
run:
@@ -38,13 +38,6 @@ jobs:
3838
- name: Test
3939
run: |
4040
npm test
41-
42-
publish:
43-
name: Publish
44-
runs-on: ubuntu-latest
45-
needs: test
46-
steps:
47-
- uses: actions/checkout@v2
4841
- uses: jvalkeal/setup-maven@v1
4942
with:
5043
maven-version: 3.6.2

0 commit comments

Comments
 (0)