Skip to content

better error message when variables are missing from env #5134

better error message when variables are missing from env

better error message when variables are missing from env #5134

Workflow file for this run

name: 'test reports javascript'
on:
push:
branches:
- "main"
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: prefix-dev/setup-pixi@v0.10.0
with:
pixi-version: v0.68.0
environments: ci-py314-latest-optional-deps
# we can freeze the environment and manually bump the dependencies to the
# latest version time to time.
frozen: true
- name: Create the reports
working-directory: skrub/_reporting/js_tests/
run: pixi run python make-reports
- name: Cypress run
uses: cypress-io/github-action@v7
with:
working-directory: skrub/_reporting/js_tests/