Fix pipeline again
Some checks failed
/ Run tests (push) Successful in 1m26s
/ Run system tests (push) Failing after 1m48s
/ Build, push and deploy image (push) Successful in 4m51s

This commit is contained in:
david 2024-09-22 23:17:45 +02:00
parent 84ac529816
commit a78d15d4da

View file

@ -25,6 +25,7 @@ jobs:
with: with:
path: . path: .
submodules: recursive submodules: recursive
- run: bundle config without development
- run: bundle install - run: bundle install
- run: mv /app/node_modules . - run: mv /app/node_modules .
- run: bundle exec rails test - run: bundle exec rails test