mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-04 23:32:49 +08:00
🐞 GitHub Actions: server test uses correct directory
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 ```
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash -xe
|
||||
|
||||
rspec --format documentation --color sslip.io/spec
|
||||
rspec --format documentation --color spec/
|
||||
|
Reference in New Issue
Block a user