Skip to content

Workflow file for this run

name: CI for integration tests execution and image build
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * *' # every day at 10am
push:
branches:
- master
tags:
- 'v*.*.*'
pull_request:
permissions: read-all
jobs:
run-docker-compose-for-tests:
runs-on: ubuntu-latest
steps:
- name: Run compose
working-directory: ./negotiator_directory_sync/tests/compose
run: docker-compose -f docker-compose-integation-tests.yml up -d