Skip to content

Commit

Permalink
Merge branch 'dojoengine:main' into feat/deck-from-bitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar authored Dec 11, 2023
2 parents bea4ddf + eb52cb6 commit ee48689
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Origami CI
on: [push, pull_request]

env:
DOJO_VERSION: v0.3.14
DOJO_VERSION: v0.3.15
SCARB_VERSION: v2.3.1

jobs:
Expand Down Expand Up @@ -41,6 +41,17 @@ jobs:
run: sozo test -f origami
shell: bash

token:
needs: [check, build]
runs-on: ubuntu-latest
name: Test token
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Test
run: sozo test -f token
shell: bash

market:
needs: [check, build]
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ source = "git+https://github.com/influenceth/cubit?rev=b459053#b4590530d5aeae9aa

[[package]]
name = "dojo"
version = "0.3.14"
source = "git+https://github.com/dojoengine/dojo?tag=v0.3.14#d7e9788459f3b2e797b6565f1057c96a6f5f8cc2"
version = "0.3.15"
source = "git+https://github.com/dojoengine/dojo?tag=v0.3.15#cdbaca4121b1642e1a8ca40d6831bad73d28ed26"
dependencies = [
"dojo_plugin",
]
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ authors = ["[email protected]"]

[workspace.dependencies]
cubit = { git = "https://github.com/influenceth/cubit", rev = "b459053" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.14" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.15" }
origami = { path = "crates" }

0 comments on commit ee48689

Please sign in to comment.