Skip to content

Commit 6df3ecc

Browse files
authored
ci: update move_test.yml (#126)
- bump Sui compiler version to 1.62.1 - refine path filters to reduce redundant CI runs
2 parents 03f31c1 + 6d643f6 commit 6df3ecc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/move_test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: Move Test CI
33
on:
44
pull_request:
55
paths:
6-
- ".github/workflows/**"
6+
- ".github/workflows/move_test.yml"
77
- "packages/deeptrade-core/**"
88
push:
99
branches:
1010
- main
11+
paths:
12+
- ".github/workflows/move_test.yml"
13+
- "packages/deeptrade-core/**.move"
1114

1215
concurrency:
1316
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -17,7 +20,7 @@ jobs:
1720
test:
1821
runs-on: ubuntu-latest
1922
env:
20-
SUI_VERSION: "1.56.2" # Parameterized Sui version
23+
SUI_VERSION: "1.62.1" # Parameterized Sui version
2124

2225
steps:
2326
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)