Skip to content

Commit

Permalink
*: fix working directory for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Sep 12, 2021
1 parent 372c9e4 commit 37690ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ jobs:

- name: download NSQ
run: |
cd ${{env.SRCDIR}}
curl -sSL "http://bitly-downloads.s3.amazonaws.com/nsq/${{matrix.nsq_ver}}.tar.gz" \
| tar -xzv --strip-components=1
- name: test
run: |
cd ${{env.SRCDIR}}
export PATH=bin:$PATH
./test.sh

0 comments on commit 37690ba

Please sign in to comment.