when: - event: pull_request - event: push branch: main steps: - name: build commands: - nix-build -A tests - name: check-pre-commit commands: - nix-build -A tests - name: check-data-model commands: - nix-shell --run 'nix-unit ./deployment/data-model-test.nix' - name: check-mastodon commands: - nix build .#checks.x86_64-linux.test-mastodon-service -L - name: check-peertube commands: - nix build .#checks.x86_64-linux.test-peertube-service -L - name: check-panel commands: - nix-build -A tests.panel - name: check-deployment-basic commands: - nix build .#checks.x86_64-linux.deployment-basic -L - name: check-deployment-cli commands: - nix build .#checks.x86_64-linux.deployment-cli -L - name: check-deployment-panel commands: - nix build .#checks.x86_64-linux.deployment-panel -L