Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
chakaz committed Dec 5, 2024
1 parent 5e7d4d7 commit 4f4350f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bullmq-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
./dragonfly --alsologtostderr --cluster_mode=emulated --lock_on_hashtags --dbfilename= &
- name: Build and Test BullMQ
run: |
mkdir -p $GITHUB_WORKSPACE/bullmq
cd $GITHUB_WORKSPACE/bullmq
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/taskforcesh/bullmq/releases/latest | jq -r '.tarball_url')
echo "Downloading latest BullMQ release from ${DOWNLOAD_URL}"
wget -O bullmq.tar.gz ${DOWNLOAD_URL}
Expand Down

0 comments on commit 4f4350f

Please sign in to comment.