Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: chahatsagarmain <chahatsagar2003@gmail.com>
  • Loading branch information
chahatsagarmain committed Jan 24, 2025
1 parent b6d4f98 commit 1062714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kfp-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run SDK Tests
run: make test-kfp-sdk-tests
run: ./test/presubmit-tests-sdk.sh
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test-backend-test:

.PHONY: test-backend-test-flip-coin
test-backend-test-flip-coin:
$(MAKE) setup-python && \
source .venv/bin/activate && \
TEST_SCRIPT="test-flip-coin.sh" ./.github/resources/scripts/e2e-test.sh

.PHONY: test-backend-test-static-loop
Expand Down

0 comments on commit 1062714

Please sign in to comment.