Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Nov 5, 2024
1 parent 886b35f commit ab498f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
sed -i 's/\(DATS_BACKEND_DOCKER_VERSION=[0-9.]*\)/\1-test/' .env
sed -i 's/\(DATS_RAY_DOCKER_VERSION=[0-9.]*\)/\1-test/' .env
python monkey_patch_docker_compose.py --disable_ollama
export UID=$(id -u)
export GID=$(id -g)
docker compose -f docker-compose-patched.yml up -d --build --quiet-pull
- name: Check 1 - Database migrates without errors database
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/frontend_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
sed -i 's/COMPOSE_PROJECT_NAME=demo/COMPOSE_PROJECT_NAME=action-runner/' .env
sed -i 's/\(DATS_FRONTEND_DOCKER_VERSION=[0-9.]*\)/\1-test/' .env
python monkey_patch_docker_compose.py --disable_ray --disable_ollama
export UID=$(id -u)
export GID=$(id -g)
docker compose -f docker-compose-patched.yml build dats-frontend
docker compose -f docker-compose-patched.yml up -d --quiet-pull
Expand Down

0 comments on commit ab498f3

Please sign in to comment.