mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 07:36:54 +08:00

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 ```
4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
rspec --format documentation --color spec/
|