github actions
This commit is contained in:
parent
e7eb713a2c
commit
f072d02148
|
@ -10,8 +10,8 @@ on:
|
||||||
- "rust/switchboard-v2/**"
|
- "rust/switchboard-v2/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
vrfParserTest:
|
vrfClientTests:
|
||||||
name: "Anchor VRF Parser Tests"
|
name: "VRF Client Tests"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
defaults:
|
defaults:
|
||||||
|
@ -25,8 +25,8 @@ jobs:
|
||||||
- name: Setup Workspace
|
- name: Setup Workspace
|
||||||
uses: ./.github/actions/setup-workspace
|
uses: ./.github/actions/setup-workspace
|
||||||
with:
|
with:
|
||||||
solanaVersion: "v1.14.18"
|
solanaVersion: "v1.16.1"
|
||||||
anchorVersion: "0.26.0"
|
anchorVersion: "0.28.0"
|
||||||
nodeVersion: ${{ matrix.nodeVersion }}
|
nodeVersion: ${{ matrix.nodeVersion }}
|
||||||
|
|
||||||
- name: Cache Build
|
- name: Cache Build
|
||||||
|
@ -46,15 +46,15 @@ jobs:
|
||||||
'./programs/anchor-vrf-parser/src/**') }}
|
'./programs/anchor-vrf-parser/src/**') }}
|
||||||
|
|
||||||
- name: Anchor Build
|
- name: Anchor Build
|
||||||
working-directory: programs/anchor-vrf-parser
|
working-directory: examples/vrf/01_vrf_client
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
- name: Anchor Test
|
- name: Anchor Test
|
||||||
working-directory: programs/anchor-vrf-parser
|
working-directory: examples/vrf/01_vrf_client
|
||||||
run: anchor test
|
run: anchor test
|
||||||
|
|
||||||
feedParserTest:
|
feedClientTests:
|
||||||
name: "Anchor Feed Parser Tests"
|
name: "Feed Client Tests"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
defaults:
|
defaults:
|
||||||
|
@ -68,8 +68,8 @@ jobs:
|
||||||
- name: Setup Workspace
|
- name: Setup Workspace
|
||||||
uses: ./.github/actions/setup-workspace
|
uses: ./.github/actions/setup-workspace
|
||||||
with:
|
with:
|
||||||
solanaVersion: "v1.14.18"
|
solanaVersion: "v1.16.1"
|
||||||
anchorVersion: "0.26.0"
|
anchorVersion: "0.28.0"
|
||||||
nodeVersion: ${{ matrix.nodeVersion }}
|
nodeVersion: ${{ matrix.nodeVersion }}
|
||||||
|
|
||||||
- name: Cache Build
|
- name: Cache Build
|
||||||
|
@ -89,9 +89,9 @@ jobs:
|
||||||
'./programs/anchor-feed-parser/src/**') }}
|
'./programs/anchor-feed-parser/src/**') }}
|
||||||
|
|
||||||
- name: Anchor Build
|
- name: Anchor Build
|
||||||
working-directory: programs/anchor-feed-parser
|
working-directory: examples/feeds/01_feed_client
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
- name: Anchor Test
|
- name: Anchor Test
|
||||||
working-directory: programs/anchor-feed-parser
|
working-directory: examples/feeds/01_feed_client
|
||||||
run: anchor test
|
run: anchor test
|
||||||
|
|
|
@ -111,8 +111,7 @@ jobs:
|
||||||
Fi8vncGpNKbq62gPo56G4toCehWNy77GgqGkTaAF5Lkk --clone
|
Fi8vncGpNKbq62gPo56G4toCehWNy77GgqGkTaAF5Lkk --clone
|
||||||
sbattyXrzedoNATfc4L31wC9Mhxsi1BmFhTiN8gDshx --clone
|
sbattyXrzedoNATfc4L31wC9Mhxsi1BmFhTiN8gDshx --clone
|
||||||
BzqtGXZPiDSinP4xMFgPf6FLgSa6iPufK4m4JJFgMnTK --clone
|
BzqtGXZPiDSinP4xMFgPf6FLgSa6iPufK4m4JJFgMnTK --clone
|
||||||
5ExuoQR69trmKQfB95fDsUGsUrrChbGq9PFgt8qouncz --clone
|
5ExuoQR69trmKQfB95fDsUGsUrrChbGq9PFgt8qouncz"
|
||||||
CyZuD7RPDcrqCGbNvLCyqk6Py9cEZTKmNKujfPi3ynDd"
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
working-directory: javascript/solana.js
|
working-directory: javascript/solana.js
|
||||||
env:
|
env:
|
||||||
|
@ -178,8 +177,7 @@ jobs:
|
||||||
Fi8vncGpNKbq62gPo56G4toCehWNy77GgqGkTaAF5Lkk --clone
|
Fi8vncGpNKbq62gPo56G4toCehWNy77GgqGkTaAF5Lkk --clone
|
||||||
sbattyXrzedoNATfc4L31wC9Mhxsi1BmFhTiN8gDshx --clone
|
sbattyXrzedoNATfc4L31wC9Mhxsi1BmFhTiN8gDshx --clone
|
||||||
BzqtGXZPiDSinP4xMFgPf6FLgSa6iPufK4m4JJFgMnTK --clone
|
BzqtGXZPiDSinP4xMFgPf6FLgSa6iPufK4m4JJFgMnTK --clone
|
||||||
5ExuoQR69trmKQfB95fDsUGsUrrChbGq9PFgt8qouncz --clone
|
5ExuoQR69trmKQfB95fDsUGsUrrChbGq9PFgt8qouncz"
|
||||||
CyZuD7RPDcrqCGbNvLCyqk6Py9cEZTKmNKujfPi3ynDd"
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
working-directory: javascript/solana.js
|
working-directory: javascript/solana.js
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue