Skip to content

Commit 073ec32

Browse files
committed
enable debug
1 parent bbc8632 commit 073ec32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
cd contracts/councilhaus
1616
bun install
1717
bun run test:coverage
18+
cd ../..
1819
1920
- name: Coveralls
20-
uses: coverallsapp/github-action@v2
21+
uses: coverallsapp/github-action@v2
22+
with:
23+
base-path: contracts/councilhaus

0 commit comments

Comments
 (0)