diff --git a/.github/workflows/test-new.yml b/.github/workflows/test-new.yml index 3f5d9f80..6bed44a7 100644 --- a/.github/workflows/test-new.yml +++ b/.github/workflows/test-new.yml @@ -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: