Skip to content

Commit

Permalink
Update Github workflows to add Tour of Restate Python
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Aug 22, 2024
1 parent e92ffa1 commit 668f0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tools/run_python_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ function python_mypi_lint() {
}

pushd $PROJECT_ROOT/templates/python && python_mypi_lint && popd || exit
pushd $PROJECT_ROOT/patterns-use-cases/ticket-reservation/ticket-reservation-python && python_mypi_lint && popd || exit
pushd $PROJECT_ROOT/tutorials/tour-of-restate-python && python_mypi_lint && popd || exit
2 changes: 1 addition & 1 deletion .tools/update_python_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ function search_and_replace_version() {
}

search_and_replace_version $PROJECT_ROOT/templates/python
search_and_replace_version $PROJECT_ROOT/patterns-use-cases/ticket-reservation/ticket-reservation-python
search_and_replace_version $PROJECT_ROOT/tutorials/tour-of-restate-python

0 comments on commit 668f0e7

Please sign in to comment.