From d1a08793c0001d71e600922721acbf2f61aa4181 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Tue, 14 Jan 2025 19:47:12 +0100 Subject: [PATCH] Specify that setup-ruby is running in a self-hosted environment --- .gitea/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 4f8c1ac..8ecdbcf 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -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