Skip to content

JP-4129: Work around default CRDS log configuration to allow stpipe capture #262

JP-4129: Work around default CRDS log configuration to allow stpipe capture

JP-4129: Work around default CRDS log configuration to allow stpipe capture #262

Workflow file for this run

name: extra tests
on:
schedule:
# Weekly Monday 6AM build
- cron: "0 0 * * 1"
pull_request:
# We also want this workflow triggered if the `Weekly CI` label is
# added or present when PR is updated
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
push:
tags:
- "*"
workflow_dispatch:
jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
if: (github.repository == 'spacetelescope/stpipe' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run extra tests')))
with:
envs: |
- macos: py311-xdist
- macos: py312-xdist
- macos: py313-xdist
- linux: py314-devdeps-xdist
- macos: py314-devdeps-xdist