Skip to content

Commit

Permalink
adding integration tests to PRs and trying to fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 29, 2024
1 parent f528bae commit a775493
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 176 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Integration Tests

on:
pull_request:
push:
branches:
- main
Expand All @@ -10,6 +11,12 @@ on:
- docs/**
- binder/**

# When this workflow is queued, automatically cancel any previous running
# or pending jobs from the same branch
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit a775493

Please sign in to comment.