From 489ed15ee6c6c5fbf0fef5fe441ca3f77c3e82be Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sun, 19 Jan 2025 05:22:08 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20GitHub=20Actions:=20server=20tes?= =?UTF-8?q?t=20uses=20correct=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Concourse uses the directory above the repo; GitHub actions uses the repo. This commit adjusts the director to accommodate GitHub Actions. Fixes: ``` LoadError: cannot load such file -- /__w/sslip.io/sslip.io/sslip.io/spec ``` --- ci/tasks/check-dns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tasks/check-dns.sh b/ci/tasks/check-dns.sh index 39ed730..b3b12b5 100755 --- a/ci/tasks/check-dns.sh +++ b/ci/tasks/check-dns.sh @@ -1,3 +1,3 @@ #!/bin/bash -xe -rspec --format documentation --color sslip.io/spec +rspec --format documentation --color spec/