Skip to content

Change file path and update index #76

Change file path and update index

Change file path and update index #76

Workflow file for this run

name: Test service no push.
on:
push:
branches:
- '**'
- '!main'
pull_request:
branches:
- '**'
- '!main'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.SHARED_PAT }}
submodules: recursive
- name: Rebuild Compose Images
run: docker compose -f docker-compose.test.yml build --no-cache
- name: Test image with Docker Compose
run: docker compose -f docker-compose.test.yml up --force-recreate --abort-on-container-exit --exit-code-from app