testing new github action workflow #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |