Skip to content

add Shiny express detection #1805

add Shiny express detection

add Shiny express detection #1805

Workflow file for this run

name: Pull Request
on:
pull_request:
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
# Unit Tests
agent:
uses: ./.github/workflows/agent.yaml
web:
uses: ./.github/workflows/web.yaml
jupyterlab:
uses: ./.github/workflows/jupyterlab.yaml
vscode:
uses: ./.github/workflows/vscode.yaml
# Build
build:
uses: ./.github/workflows/build.yaml
package:
needs: build
uses: ./.github/workflows/package.yaml
archive:
needs: build
uses: ./.github/workflows/archive.yaml
# Integration Tests
bats:
needs: build
uses: ./.github/workflows/bats.yaml
cypress:
needs: build
uses: ./.github/workflows/ui.yaml