Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

DatabaseUtils: Fix case embed generator pushing proof to thumbnail wh… #131

DatabaseUtils: Fix case embed generator pushing proof to thumbnail wh…

DatabaseUtils: Fix case embed generator pushing proof to thumbnail wh… #131

Workflow file for this run

name: Build test
on:
- push
jobs:
build:
name: Build bot
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v18
uses: actions/setup-node@v2
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn --immutable
- name: Compile
run: yarn compile