Testing nameservers: inline rspec

Having a separate, one-line bash script is silly; it should be inlined.
This commit is contained in:
Brian Cunnie
2025-01-19 18:21:46 -08:00
parent 2b0d6c313c
commit de6432e1ec
2 changed files with 1 additions and 4 deletions

View File

@@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4
- name: Run DNS check
run: ./ci/tasks/check-nameservers.sh
run: rspec --format documentation --color spec/
env:
DOMAIN: sslip.io # You can set your domain here if needed

View File

@@ -1,3 +0,0 @@
#!/bin/bash -xe
rspec --format documentation --color spec/