Skip to content

Commit b5c1fbe

Browse files
set up to run tests on a PR.
And to run the lint stage only with py3.12
1 parent 39a60c6 commit b5c1fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
test:
55
runs-on: ${{ matrix.os }}
@@ -16,7 +16,7 @@ jobs:
1616
cache: true
1717
# auth-host: prefix.dev
1818
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
19-
- run: pixi run --environment ${{ matrix.environment }} lint
19+
- run: pixi run --environment test312 lint
2020
- run: pixi run --environment ${{ matrix.environment }} test
2121

2222

0 commit comments

Comments
 (0)