Skip to content

Bump actions/checkout from 4 to 5 #6

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #6

Workflow file for this run

name: Test commands
on:
pull_request:
push:
branches: [main]
jobs:
test-commands:
runs-on: ubuntu-22.04
container: ghcr.io/rangamanilabucsd/smart-lab:v2.2.2
steps:
- uses: actions/checkout@v5
- name: "Install code"
run: python3 -m pip install pytest jupytext
- name: Run smoke tests
run: |
python3 -m pytest scripts/test_scripts.py -v