Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam committed Jan 14, 2024
1 parent 69b1559 commit 7924c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sudo apt-get -qq install -y postgresql-client
export PGPASSWORD=outboxer_password
psql -h localhost -U outboxer_tester -d outboxer_test -c 'SELECT version();
psql -h localhost -U outboxer_tester -d outboxer_test -c 'SELECT version();'
- name: Run Database Migrations
run: RAILS_ENV=test bin/rake outboxer:db:migrate -f spec/tasks/database.rake
- name: Run the default task
Expand Down

0 comments on commit 7924c80

Please sign in to comment.