Skip to content

Commit

Permalink
Set DB Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
rickychilcott committed Jul 18, 2024
1 parent d681f5d commit 3305c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
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 3305c87

Please sign in to comment.