Skip to content

Commit c4eff0d

Browse files
committed
fix demo-function release
1 parent bc48e67 commit c4eff0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-demo-functions.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
run: |
3838
cd ts/demo-functions
3939
npm run kpt:docker-build -- --tag=latest
40-
- name: Run e2e tests
40+
- name: Run all e2e tests
4141
run: |
42-
npm install -g bats
43-
TAG=latest bats tests/e2e.bats
42+
TAG=latest tests/e2e.sh
4443
- name: Push docker images
4544
run: |
4645
cd ts/demo-functions

0 commit comments

Comments
 (0)