Skip to content

Commit

Permalink
Link binary to expected location
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Apr 26, 2020
1 parent c4a3ebb commit 2f24d32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f24d32

Please sign in to comment.