Skip to content

Fix the anchor platform docker env vars and upgrade Gradle build to 8.2.1 #248

Fix the anchor platform docker env vars and upgrade Gradle build to 8.2.1

Fix the anchor platform docker env vars and upgrade Gradle build to 8.2.1 #248

Workflow file for this run

name: Run Tests
on: [pull_request]
jobs:
test-ci:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- run: yarn build
- run: yarn test:ci