Specify that setup-ruby is running in a self-hosted environment
Some checks failed
Check usage of free licenses / check-licenses (pull_request) Failing after 37s
Add copyright notice / copyright_notice (pull_request) Successful in 1m19s
Run unit tests / unit_tests (pull_request) Failing after 1m19s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 12m53s
Some checks failed
Check usage of free licenses / check-licenses (pull_request) Failing after 37s
Add copyright notice / copyright_notice (pull_request) Successful in 1m19s
Run unit tests / unit_tests (pull_request) Failing after 1m19s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 12m53s
This commit is contained in:
parent
dfb60f550e
commit
d1a08793c0
@ -23,6 +23,8 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
self-hosted: true
|
||||
- run: bundle install
|
||||
- run: bundle exec rubocop --force-exclusion --parallel
|
||||
- name: Wait until Postgres is ready to accept connections
|
||||
|
Loading…
x
Reference in New Issue
Block a user