Skip to content

Commit 88863d5

Browse files
authored
Update move-ci.yml
1 parent dd4b7cb commit 88863d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/move-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)