mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
path2
This commit is contained in:
parent
4f4350fbe9
commit
884851f482
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bullmq-tests.yml
vendored
4
.github/workflows/bullmq-tests.yml
vendored
|
@ -38,8 +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
|
||||
mkdir -p $GITHUB_WORKSPACE/build/bullmq
|
||||
cd $GITHUB_WORKSPACE/build/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}
|
||||
|
|
Loading…
Reference in a new issue