Skip to content

Commit

Permalink
remove setup step from new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Mar 25, 2024
1 parent f15f2d1 commit f1bbb85
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@main

- name: Setup database
env:
RAILS_ENV: test
DATABASE_URL: postgresql://outpost:password@localhost:5432/outpost_test
DB_URI: mongodb://outpost:password@localhost:27017/outpost_development?authSource=admin
run: |
bundle exec rails db:drop
bundle exec rails db:create
bundle exec rails db:migrate
- name: Install required Ruby version
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Run tests
env:
Expand Down

0 comments on commit f1bbb85

Please sign in to comment.