Skip to content

testing new github action workflow #11

testing new github action workflow

testing new github action workflow #11

Workflow file for this run

name: docker_logdna CI
on: [push]
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout Repo
uses: actions/checkout@v3
# - name: Run Docker-in-Docker End-to-End Test
# run: |
# docker compose up
- name: Run Docker-in-Docker End-to-End Test
uses: isbang/[email protected]
with:
compose-file: "./docker-compose.yml"
up-flags: "--abort-on-container-exit --exit-code-from test_client"