Skip to content

fix/update_cicd

fix/update_cicd #80

Workflow file for this run

name: docker
on:
push:
workflow_dispatch:
pull_request:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
docker-tests:
runs-on: ubuntu-latest
env:
CI: "1"
EXPO_TUNNEL: "false"
EXPO_DEVTOOLS_LISTEN_ADDRESS: 0.0.0.0
EXPO_PUBLIC_API_BASE: http://localhost:8000
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Run tests via docker-compose (deterministic CI)
run: |
docker compose -f docker-compose.test.yml up --build --exit-code-from frontend_test