generated from Luis/nextjs-python-web-template
rename checks-integration -> checks-impure
I think we should not use this for all integration tests
This commit is contained in:
11
.gitea/workflows/checks-impure.yaml
Normal file
11
.gitea/workflows/checks-impure.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: checks-integration
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: main
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix run .#checks-impure
|
||||
Reference in New Issue
Block a user