Skip to content

Commit

Permalink
Disable spring in github actions
Browse files Browse the repository at this point in the history
It doesn't really do anything in CI anyway, and it messes with our coverage reports: simplecov-ruby/simplecov#671
  • Loading branch information
chvp committed Apr 13, 2021
1 parent 8450ade commit 6cbf40f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
ruby:
name: Ruby
env:
DISABLE_SPRING: "true"
RAILS_ENV: "test"
TEST_DATABASE_URL: "mysql2://root:dodona@127.0.0.1:3306/dodona_test"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
system:
name: System
env:
DISABLE_SPRING: "true"
RAILS_ENV: "test"
TEST_DATABASE_URL: "mysql2://root:dodona@127.0.0.1:3306/dodona_test"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -140,4 +142,4 @@ jobs:
uses: actions/upload-artifact@v2.2.3
with:
name: screenshots-failure
path: tmp/screenshots
path: tmp/screenshots

0 comments on commit 6cbf40f

Please sign in to comment.