Skip to content

submodules: bump external/sapphire-paratime from 77a2bea to 00a564f #1790

submodules: bump external/sapphire-paratime from 77a2bea to 00a564f

submodules: bump external/sapphire-paratime from 77a2bea to 00a564f #1790

Workflow file for this run

name: ci-test
on:
pull_request:
branches: [main]
jobs:
ci-test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: yarn
- name: Build
run: |
yarn install --frozen-lockfile
yarn build
- name: Test
run: |
yarn test