Files
service-aware-frontend/.gitea/workflows/checks-impure.yaml
Jörg Thalheim 4cc40865f5 rename checks-integration -> checks-impure
I think we should not use this for all integration tests
2023-08-27 10:00:22 +02:00

12 lines
185 B
YAML

name: checks-integration
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run .#checks-impure