Skip to content

Commit f4508b8

Browse files
committed
fix: fix ci
1 parent 61b165d commit f4508b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ jobs:
3434
3535
- name: Build contracts
3636
run: |
37-
cd poker-texas-hold-em/contract
37+
cd src
3838
sozo build
3939
4040
- name: Run tests
4141
run: |
42-
cd poker-texas-hold-em/contract
42+
cd src
4343
sozo test
4444
4545
- name: Check formatting
4646
run: |
47-
cd poker-texas-hold-em/contract
47+
cd src
4848
scarb fmt --check
4949
5050
- name: ERC721

0 commit comments

Comments
 (0)