Skip to content

Commit

Permalink
fx testrb action
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem committed Apr 14, 2022
1 parent caf3071 commit 1e22f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testrb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- name: db
working-directory: /home/gitlab-runner/chemotion_ELN
run: |
/bin/bash -l -c "RAILS_ENV=test bundle exec bin/rails db:migrate db:test:prepare db:seed > /dev/null"
/bin/bash -l -c "RAILS_ENV=test bundle exec bin/rails db:migrate db:test:prepare > /dev/null"
/bin/bash -l -c "RAILS_ENV=test bundle exec bin/rails db:seed > /dev/null"
- name: rb test
uses: nick-invision/retry@v2
Expand Down

0 comments on commit 1e22f81

Please sign in to comment.