Skip to content

upgrade super to a5a537f8ef78cebac94f5f4737f85dd11102834d #6

upgrade super to a5a537f8ef78cebac94f5f4737f85dd11102834d

upgrade super to a5a537f8ef78cebac94f5f4737f85dd11102834d #6

Workflow file for this run

name: CI
concurrency: ${{ github.workflow }}
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test the build
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: yarn
- name: Install JS dependencies
run: yarn
- name: Test
run: yarn test