Skip to content

Commit

Permalink
add CI for examples dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Mar 15, 2024
1 parent 95fd0bb commit a138577
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_examples_dry_run.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Examples Dry Run
on:
pull_request:
branches: [ "main" ]
jobs:
build_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install python dependencies
run: |
python -m pip install -r requirements.txt
- name: Run examples
run: |
python3 example.py --dry-run

0 comments on commit a138577

Please sign in to comment.