Skip to content

Commit

Permalink
Fix rails-tests github action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi committed Aug 23, 2023
1 parent 3e8b908 commit 993aeb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rails-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
RAILS_TEST_DB_USERNAME: 'postgres'
RAILS_TEST_DB_PASSWORD: 'postgres'
RAILS_ENV: 'test'
CI: 'true'
PGDATESTYLE: German
run: |
sudo apt-get -yqq install libpq-dev
gem install bundler --version '~> 2'
Expand Down

0 comments on commit 993aeb0

Please sign in to comment.