We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03f31c1 + 6d643f6 commit 6df3eccCopy full SHA for 6df3ecc
.github/workflows/move_test.yml
@@ -3,11 +3,14 @@ name: Move Test CI
3
on:
4
pull_request:
5
paths:
6
- - ".github/workflows/**"
+ - ".github/workflows/move_test.yml"
7
- "packages/deeptrade-core/**"
8
push:
9
branches:
10
- main
11
+ paths:
12
13
+ - "packages/deeptrade-core/**.move"
14
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -17,7 +20,7 @@ jobs:
17
20
test:
18
21
runs-on: ubuntu-latest
19
22
env:
- SUI_VERSION: "1.56.2" # Parameterized Sui version
23
+ SUI_VERSION: "1.62.1" # Parameterized Sui version
24
25
steps:
26
- uses: actions/checkout@v4
0 commit comments