Skip to content

testing new github action workflow #7

testing new github action workflow

testing new github action workflow #7

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 --abort-on-container-exit --exit-code-from test_client