Skip to content

fix(web) Fix "At least one project, user, or group must be specified" for GitLab configs in web configurator #691

fix(web) Fix "At least one project, user, or group must be specified" for GitLab configs in web configurator

fix(web) Fix "At least one project, user, or group must be specified" for GitLab configs in web configurator #691

Workflow file for this run

name: Test Backend
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: "true"
- name: Use Node.Js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn workspace @sourcebot/backend test