We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8c061 commit 43009a9Copy full SHA for 43009a9
1 file changed
.github/workflows/js-token-interface-v2.yml
@@ -13,6 +13,9 @@ on:
13
14
name: js-token-interface-v2
15
16
+permissions:
17
+ contents: read
18
+
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.ref }}
21
cancel-in-progress: true
@@ -56,6 +59,10 @@ jobs:
56
59
cd js/token-interface
57
60
pnpm build:v2
58
61
62
+ - name: Build CLI
63
+ run: |
64
+ just cli build
65
66
- name: Run token-interface unit tests with V2
67
run: |
68
echo "Running token-interface unit tests with retry logic (max 2 attempts)..."
0 commit comments