We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e216571 commit 09cd6caCopy full SHA for 09cd6ca
.github/workflows/test.yml
@@ -289,6 +289,8 @@ jobs:
289
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false)
290
container:
291
image: ghcr.io/dojoengine/katana-dev:latest
292
+ env:
293
+ ASDF_SOZO_VERSION: "1.7.0"
294
steps:
295
- uses: actions/checkout@v3
296
with:
@@ -330,10 +332,7 @@ jobs:
330
332
331
333
- name: Build and migrate `spawn-and-move` project
334
run: |
- cd dojo
- cargo install --path bin/sozo --locked --force
335
-
336
- cd examples/spawn-and-move
+ cd dojo/examples/spawn-and-move
337
sozo build && sozo migrate
338
339
- name: Output Katana logs on failure
0 commit comments