Skip to content

Commit

Permalink
initial test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janickr committed Jul 22, 2024
1 parent 6da3ffb commit 0440257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: arduino/setup-protoc@v3
- name: Compile proto files
run: |
protoc --proto_path=proto --python_out=build --myprotosql_out=build --plugin=protoc-gen-myprotosql=protoc-gen-myprotosql .\proto\*
protoc --proto_path=proto --python_out=build --myprotosql_out=build --plugin=protoc-gen-myprotosql=protoc-gen-myprotosql ./proto/*
# - name: Create test_db and user
# run: |
# mysql -e "CREATE DATABASE IF NOT EXISTS test_db;" -u root -p root
Expand Down

0 comments on commit 0440257

Please sign in to comment.