Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

debug error

debug error #202

Workflow file for this run

---
name: commit
on:
push:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: test
run: |
chmod -R 777 logstash
PWD=`pwd` make logstash-installation
docker compose run --rm test