Skip to content

Commit 09cd6ca

Browse files
committed
wip
1 parent e216571 commit 09cd6ca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ jobs:
289289
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false)
290290
container:
291291
image: ghcr.io/dojoengine/katana-dev:latest
292+
env:
293+
ASDF_SOZO_VERSION: "1.7.0"
292294
steps:
293295
- uses: actions/checkout@v3
294296
with:
@@ -330,10 +332,7 @@ jobs:
330332

331333
- name: Build and migrate `spawn-and-move` project
332334
run: |
333-
cd dojo
334-
cargo install --path bin/sozo --locked --force
335-
336-
cd examples/spawn-and-move
335+
cd dojo/examples/spawn-and-move
337336
sozo build && sozo migrate
338337
339338
- name: Output Katana logs on failure

0 commit comments

Comments
 (0)