Skip to content

feat: starting integration with tilt by detecting dashboard and servi… #133

feat: starting integration with tilt by detecting dashboard and servi…

feat: starting integration with tilt by detecting dashboard and servi… #133

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- run: yarn
- name: Build
run: yarn build:prod
- name: Test
run: yarn test:prod