Fix pipeline
Some checks failed
/ Run system tests (push) Waiting to run
/ Build, push and deploy image (push) Blocked by required conditions
/ Run tests (push) Has been cancelled

This commit is contained in:
david 2024-09-22 23:16:58 +02:00
parent 6e1a17281d
commit 84ac529816

View file

@ -50,6 +50,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:system - run: bundle exec rails test:system