Skip to content

Commit

Permalink
tweaks to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cint-transport authored and i-am-mounce committed Oct 4, 2024
1 parent e5b04e9 commit 28b2e1e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 39 deletions.
39 changes: 0 additions & 39 deletions .github/test_station.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/test_station.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

name: Test Station

on:
workflow_dispatch:
pull_request:
branches:
- "main"


permissions:
contents: write

jobs:
run_test:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4
- name: Install package
run: |
python -m pip install -e .
- name: Test notebooks
run: |
python -m pytest --nbmake ./drivers_test_notebooks/srs830_test_notebook.ipynb
# - name: Archive test results
# uses: actions/upload-artifact@v4
# with:
# name: driver_tests
# path: qick_demos/*.ipynb

0 comments on commit 28b2e1e

Please sign in to comment.