Skip to content

Commit

Permalink
remove unneeded database setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Dec 27, 2023
1 parent 2e4265f commit 9eea3a2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Setup database
run: |
bin/rails g scaffold translate file:binary reader:string writer:string
bin/rails db:migrate
- name: Check Rubocop Styles
run: bundle exec rubocop
test:
Expand All @@ -32,9 +28,5 @@ jobs:
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Setup database
run: |
bin/rails g scaffold translate file:binary reader:string writer:string
bin/rails db:migrate
- name: Run tests
run: bin/rails test

0 comments on commit 9eea3a2

Please sign in to comment.