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

Commit dc4fbe8

Browse files
joncinquejordaaash
authored andcommitted
Use yarn in CI, remove unused test commands
1 parent f9a93e5 commit dc4fbe8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
js-test:
7171
runs-on: ubuntu-latest
7272
env:
73-
NODE_VERSION: 12.x
73+
NODE_VERSION: 14.x
7474
needs: cargo-test-bpf
7575
steps:
7676
- uses: actions/checkout@v2
@@ -80,8 +80,8 @@ jobs:
8080
node-version: ${{ env.NODE_VERSION }}
8181
- uses: actions/cache@v2
8282
with:
83-
path: ~/.npm
84-
key: node-${{ hashFiles('token/js/package-lock.json') }}
83+
path: ~/.cache/yarn
84+
key: node-${{ hashFiles('token/js/yarn.lock') }}
8585
restore-keys: |
8686
node-
8787
- name: Download programs

ci/js-test-token.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ yarn install --pure-lockfile
1111
yarn lint
1212
yarn build
1313
yarn test
14-
15-
yarn start-with-test-validator
16-
PROGRAM_VERSION=2.0.4 yarn start-with-test-validator

0 commit comments

Comments
 (0)