Skip to content

Commit

Permalink
v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
chakaz committed Jan 8, 2025
1 parent 676c85a commit ff0bad5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bullmq-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
- name: Configure/Build
run: |
cd $GITHUB_WORKSPACE/build
cmake .. -DCMAKE_BUILD_TYPE=Release -GNinja
ninja dragonfly
#cmake .. -DCMAKE_BUILD_TYPE=Release -GNinja
#ninja dragonfly
wget https://github.com/dragonflydb/dragonfly/releases/download/v1.24.0/dragonfly-x86_64.tar.gz
tar -zxvf dragonfly-x86_64.tar.gz
mv tar -zxvf dragonfly-x86_64 dragonfly
./dragonfly --alsologtostderr --cluster_mode=emulated --lock_on_hashtags --dbfilename= &
- name: Build and Test BullMQ
run: |
Expand Down

0 comments on commit ff0bad5

Please sign in to comment.