Files
nixbox-config/.gitea/workflows/validate-nixos-config.yml
T
mapclyps d2a0e2f501
Validate NixOS Config / test (push) Failing after 4m11s
testing ubuntu runner for diagnostics
2024-08-25 18:13:49 +00:00

22 lines
485 B
YAML

name: Validate NixOS Config
on:
push:
branches:
- main # Adjust this to match your main branch name
pull_request:
branches:
- main # Adjust this to match your main branch name
jobs:
test:
runs-on: ubuntu-latest
container:
image: ubuntu
options: --cap-add=NET_RAW --cap-add=NET_ADMIN
steps:
- name: Install and run ping
run: |
apt-get update && apt-get install -y iputils-ping
ping -c 4 google.com