Skip to content

Commit

Permalink
sdk tests with papermill
Browse files Browse the repository at this point in the history
Signed-off-by: Yehudit Kerido <[email protected]>
  • Loading branch information
Yehudit Kerido committed Feb 25, 2025
1 parent 7200223 commit f36b5bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: E2E Tests with Notebooks
on:
push: {}
pull_request: {}
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/v1beta1/scripts/gh-actions/run-notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ if [ $? -ne 0 ]; then
exit 1
fi

echo "Notebook execution completed successfully"
echo "Notebook execution completed successfully"

0 comments on commit f36b5bf

Please sign in to comment.