Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e116dc2

Browse files
committed
Remove from CI (more)
1 parent ad6f6d9 commit e116dc2

File tree

3 files changed

+0
-44
lines changed

3 files changed

+0
-44
lines changed

.github/workflows/pull-request-js.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,16 @@ on:
44
pull_request:
55
paths:
66
- 'account-compression/sdk/**'
7-
- 'libraries/type-length-value/js/**'
87
- 'name-service/js/**'
9-
- 'single-pool/js/**'
10-
- 'stake-pool/js/**'
11-
- 'token/js/**'
12-
- 'token-group/js/**'
138
- 'token-lending/js/**'
14-
- 'token-metadata/js/**'
159
- 'token-swap/js/**'
1610
- 'pnpm-lock.yaml'
1711
- '.github/workflows/pull-request-js.yml'
1812
push:
1913
branches: [master]
2014
paths:
2115
- 'account-compression/sdk/**'
22-
- 'libraries/type-length-value/js/**'
23-
- 'single-pool/js/**'
24-
- 'stake-pool/js/**'
25-
- 'token/js/**'
26-
- 'token-group/js/**'
2716
- 'token-lending/js/**'
28-
- 'token-metadata/js/**'
2917
- 'token-swap/js/**'
3018
- 'pnpm-lock.yaml'
3119
- '.github/workflows/pull-request-js.yml'
@@ -42,24 +30,14 @@ jobs:
4230
package:
4331
[
4432
name-service,
45-
stake-pool,
46-
token,
4733
token-swap,
4834
]
4935
include:
5036
# Restrict certain packages to supported Node.js versions.
5137
- package: account-compression
5238
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
5939
- package: token-lending
6040
node-version: 18.5
61-
- package: token-metadata
62-
node-version: 20.x
6341
runs-on: ubuntu-latest
6442
steps:
6543
- uses: actions/checkout@v4

.github/workflows/pull-request-libraries.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66
- 'libraries/**'
77
- 'ci/*-version.sh'
88
- '.github/workflows/pull-request-libraries.yml'
9-
- '!libraries/**/js/**'
109
push:
1110
branches: [master]
1211
paths:
1312
- 'libraries/**'
1413
- 'ci/*-version.sh'
1514
- '.github/workflows/pull-request-libraries.yml'
16-
- '!libraries/**/js/**'
1715

1816
concurrency:
1917
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -62,22 +60,3 @@ jobs:
6260
6361
- name: Build and test
6462
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

coverage.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ reportName="lcov-${CI_COMMIT:0:9}"
2222
if [[ -z $1 ]]; then
2323
programs=(
2424
libraries/math
25-
token/program
2625
token-lending/program
2726
token-swap/program
2827
)

0 commit comments

Comments
 (0)