Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam committed Jan 14, 2024
1 parent a85ca25 commit d15b2df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
sudo apt-get -qq install -y postgresql-client
export PGPASSWORD=outboxer_password
psql -h localhost -U outboxer_tester -d outboxer_test -c 'SELECT version();
# - name: Create Database
# run: RAILS_ENV=test bin/rake outboxer:db:create -f spec/tasks/database.rake
- 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 d15b2df

Please sign in to comment.