Skip to content

Commit

Permalink
set up to run tests on a PR.
Browse files Browse the repository at this point in the history
And to run the lint stage only with py3.12
  • Loading branch information
ChrisBarker-NOAA committed Sep 10, 2024
1 parent 39a60c6 commit b5c1fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
on: [push]
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
Expand All @@ -16,7 +16,7 @@ jobs:
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run --environment ${{ matrix.environment }} lint
- run: pixi run --environment test312 lint
- run: pixi run --environment ${{ matrix.environment }} test


0 comments on commit b5c1fbe

Please sign in to comment.