Skip to content

Commit

Permalink
adding actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Jul 28, 2023
1 parent 5c1dac5 commit 69125fb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,23 @@
name: Run tests

on:
push:
branches:
- main
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: test
python-version: 3.10
- linux: test
python-version: 3.11

0 comments on commit 69125fb

Please sign in to comment.