mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 16:18:00 +08:00
Testing nameservers: inline rspec
Having a separate, one-line bash script is silly; it should be inlined.
This commit is contained in:
2
.github/workflows/nameservers.yml
vendored
2
.github/workflows/nameservers.yml
vendored
@@ -16,6 +16,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run DNS check
|
- name: Run DNS check
|
||||||
run: ./ci/tasks/check-nameservers.sh
|
run: rspec --format documentation --color spec/
|
||||||
env:
|
env:
|
||||||
DOMAIN: sslip.io # You can set your domain here if needed
|
DOMAIN: sslip.io # You can set your domain here if needed
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash -xe
|
|
||||||
|
|
||||||
rspec --format documentation --color spec/
|
|
Reference in New Issue
Block a user