diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cf1f07..e22bc2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,9 @@ jobs: uses: actions/download-artifact@v1 with: name: build + + - name: Link built file to cwd + run: ln -s build/prometheus-nginxlog-exporter . - name: Run acceptance tests run: behave \ No newline at end of file