File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
2424 sui --version
2525 - name : Build MyToken
2626 run : |
27- cd mytoken && sui move build
27+ cd mytoken && sui move build --dump-bytecode-as-base64 --skip-fetch-latest-git-deps
2828 - name : Test MyToken (allow failure for now)
2929 run : |
3030 cd mytoken && sui move test || true
3131 - name : Build Escrow
3232 run : |
33- cd escrow && sui move build
33+ cd escrow && sui move build --dump-bytecode-as-base64 --skip-fetch-latest-git-deps
3434 - name : Test Escrow (allow failure for now)
3535 run : |
3636 cd escrow && sui move test || true
3737 - name : Build SimpleNFT
3838 run : |
39- cd simplenft && sui move build
39+ cd simplenft && sui move build --dump-bytecode-as-base64 --skip-fetch-latest-git-deps
4040 - name : Test SimpleNFT (allow failure for now)
4141 run : |
4242 cd simplenft && sui move test || true
You can’t perform that action at this time.
0 commit comments