Skip to content

Adds inactivity detection #105

Adds inactivity detection

Adds inactivity detection #105

Workflow file for this run

name: Build and check image
on: ["push", "pull_request"]
jobs:
verify-image-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo content
uses: actions/checkout@v2
- name: run tests
run: ./scripts/ci/run_tests.sh
- name: ooil version
uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10
with:
args: ooil --version
- name: Assemble docker compose spec
uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10
with:
args: ooil compose
- name: Build all images if multiple
uses: docker://itisfoundation/ci-service-integration-library:v1.0.3-dev-10
with:
args: docker compose build