Skip to content

Add a normal file before the test run otherwise all add_files fail #2094

Add a normal file before the test run otherwise all add_files fail

Add a normal file before the test run otherwise all add_files fail #2094

Workflow file for this run

name: Test Docker Image Build & Deploy
on:
push:
branches:
- main
- workflowhub
- ruby-3.2
- ruby-3.3
- full-test-suite
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create volumes
run: |
docker volume create --name=seek-filestore
docker volume create --name=seek-mysql-db
docker volume create --name=seek-solr-data
docker volume create --name=seek-cache
- name: Build and run the Docker containers
run: docker compose --file docker-compose.yml --file docker-compose.build.yml up --build --detach --wait
continue-on-error: true
- name: Wait and check containers
run: sleep 120 && docker ps -a
continue-on-error: true
- name: Check app status
run: ruby script/check_deployment.rb