Skip to content

Reverts change to use 'just ci' command. (#322) #140

Reverts change to use 'just ci' command. (#322)

Reverts change to use 'just ci' command. (#322) #140

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
agent:
uses: ./.github/workflows/agent.yaml
web:
uses: ./.github/workflows/web.yaml
build:
uses: ./.github/workflows/build.yaml
bats:
needs: build
uses: ./.github/workflows/bats.yaml
cypress:
needs: build
uses: ./.github/workflows/cypress.yaml
# Extensions
jupyterlab:
uses: ./.github/workflows/jupyterlab.yaml
positron:
uses: ./.github/workflows/positron.yaml