Skip to content

Commit

Permalink
Add missing inline env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscruz committed Nov 30, 2024
1 parent d20db19 commit d016b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
PG_REPLICA_HOST: localhost
PG_REPLICA_PORT: 5433

run: bundle exec rspec --format progress
run: RUBY_VERSION="${{ matrix.ruby }}" RAILS_VERSION="${{ matrix.rails }}" bundle exec rspec --format progress

- name: Upload Coverage Report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d016b73

Please sign in to comment.