This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-44
lines changed Expand file tree Collapse file tree 3 files changed +0
-44
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- ' account-compression/sdk/**'
7
- - ' libraries/type-length-value/js/**'
8
7
- ' name-service/js/**'
9
- - ' single-pool/js/**'
10
- - ' stake-pool/js/**'
11
- - ' token/js/**'
12
- - ' token-group/js/**'
13
8
- ' token-lending/js/**'
14
- - ' token-metadata/js/**'
15
9
- ' token-swap/js/**'
16
10
- ' pnpm-lock.yaml'
17
11
- ' .github/workflows/pull-request-js.yml'
18
12
push :
19
13
branches : [master]
20
14
paths :
21
15
- ' account-compression/sdk/**'
22
- - ' libraries/type-length-value/js/**'
23
- - ' single-pool/js/**'
24
- - ' stake-pool/js/**'
25
- - ' token/js/**'
26
- - ' token-group/js/**'
27
16
- ' token-lending/js/**'
28
- - ' token-metadata/js/**'
29
17
- ' token-swap/js/**'
30
18
- ' pnpm-lock.yaml'
31
19
- ' .github/workflows/pull-request-js.yml'
@@ -42,24 +30,14 @@ jobs:
42
30
package :
43
31
[
44
32
name-service,
45
- stake-pool,
46
- token,
47
33
token-swap,
48
34
]
49
35
include :
50
36
# Restrict certain packages to supported Node.js versions.
51
37
- package : account-compression
52
38
node-version : 20.x
53
- - package : libraries
54
- node-version : 20.x
55
- - package : single-pool
56
- node-version : 20.5
57
- - package : token-group
58
- node-version : 20.x
59
39
- package : token-lending
60
40
node-version : 18.5
61
- - package : token-metadata
62
- node-version : 20.x
63
41
runs-on : ubuntu-latest
64
42
steps :
65
43
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
- ' libraries/**'
7
7
- ' ci/*-version.sh'
8
8
- ' .github/workflows/pull-request-libraries.yml'
9
- - ' !libraries/**/js/**'
10
9
push :
11
10
branches : [master]
12
11
paths :
13
12
- ' libraries/**'
14
13
- ' ci/*-version.sh'
15
14
- ' .github/workflows/pull-request-libraries.yml'
16
- - ' !libraries/**/js/**'
17
15
18
16
concurrency :
19
17
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
62
60
63
61
- name : Build and test
64
62
run : ./ci/cargo-test-sbf.sh libraries
65
-
66
- js-test :
67
- runs-on : ubuntu-latest
68
- env :
69
- NODE_VERSION : 20.x
70
- steps :
71
- - uses : actions/checkout@v4
72
- - name : Use Node.js ${{ env.NODE_VERSION }}
73
- uses : actions/setup-node@v4
74
- with :
75
- node-version : ${{ env.NODE_VERSION }}
76
- - uses : pnpm/action-setup@v4
77
- - uses : actions/cache@v4
78
- with :
79
- path : ~/.npm
80
- key : node-${{ hashFiles('pnpm-lock.yaml') }}
81
- restore-keys : |
82
- node-
83
- - run : ./ci/js-test-libraries.sh
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ reportName="lcov-${CI_COMMIT:0:9}"
22
22
if [[ -z $1 ]]; then
23
23
programs=(
24
24
libraries/math
25
- token/program
26
25
token-lending/program
27
26
token-swap/program
28
27
)
You can’t perform that action at this time.
0 commit comments