Skip to content

Commit 6fc6cb0

Browse files
fix: tests workflow
1 parent b1c47a2 commit 6fc6cb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sqlc-version: '${{ env.SQLC_VERSION }}'
3434

3535
- name: Dotnet publish
36-
run: dotnet publish LocalRunner -c release --output dist/
36+
run: dotnet publish ../LocalRunner -c release --output dist/
3737

3838
- name: Verify pushed generated code is synced
3939
run: |
@@ -65,4 +65,4 @@ jobs:
6565
uses: hoverkraft-tech/compose-action@v1.5.1
6666

6767
- name: Run Tests
68-
run: ./end2end/scripts/run_tests.sh
68+
run: ./end2end/scripts/run_tests.sh

0 commit comments

Comments
 (0)