From 04402571fd2e104ce7ed272a84aaf015cb62595e Mon Sep 17 00:00:00 2001 From: Janick Reynders Date: Mon, 22 Jul 2024 21:05:29 +0200 Subject: [PATCH] initial test workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a95d51c..10ad43b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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