Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 27, 2024
1 parent bebff6e commit 7264f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
bundler-cache: true
- name: Install dependencies
run: apt-get install libvips42 && yarn install
run: yarn install && sudo apt-get install libvips42
# Add or replace test runners here
- name: Start containers
run: cp .env.test.ci .env.test && cp .env.test .env && cp docker-compose.ci.yml docker-compose.override.yml && docker-compose up -d solr tika
Expand Down

0 comments on commit 7264f58

Please sign in to comment.