Skip to content

periph: testnet deployment final #1455

periph: testnet deployment final

periph: testnet deployment final #1455

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: yarn install --immutable
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- run: yarn run build
- run: yarn run test