Skip to content

Commit

Permalink
Set DB var in env
Browse files Browse the repository at this point in the history
  • Loading branch information
rickychilcott committed Jul 19, 2024
1 parent 32fcd79 commit a85c2ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,12 @@ jobs:
COVERAGE: 1
FERRUM_DEFAULT_TIMEOUT: 20
BUNDLE_GEMFILE: "spec/gemfiles/rails_${{ matrix.rails_version }}.gemfile"
DB=${{ matrix.db }}
DB_USERNAME: thredded
DB_PASSWORD: thredded
steps:
- uses: actions/checkout@v4

- name: Set DB adapter
run: |
export DB=${{ matrix.db }}
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit a85c2ac

Please sign in to comment.