We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c47a2 commit 6fc6cb0Copy full SHA for 6fc6cb0
1 file changed
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
sqlc-version: '${{ env.SQLC_VERSION }}'
34
35
- name: Dotnet publish
36
- run: dotnet publish LocalRunner -c release --output dist/
+ run: dotnet publish ../LocalRunner -c release --output dist/
37
38
- name: Verify pushed generated code is synced
39
run: |
@@ -65,4 +65,4 @@ jobs:
65
uses: hoverkraft-tech/compose-action@v1.5.1
66
67
- name: Run Tests
68
- run: ./end2end/scripts/run_tests.sh
+ run: ./end2end/scripts/run_tests.sh
0 commit comments