Skip to content

Better error message if batou deployment is already runnning #177

Better error message if batou deployment is already runnning

Better error message if batou deployment is already runnning #177

Workflow file for this run

name: "Nix Test"
# Controls when the workflow will run
on:
# Trigger the workflow on push or pull request events:
push:
branches: [ master ]
pull_request:
# Allow to run this workflow manually from the Actions tab:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix build
- run: nix flake check