Skip to content

Commit

Permalink
fix(daily-builds): temporarily comment out bullmq tests
Browse files Browse the repository at this point in the history
Signed-off-by: Abhradeep Chakraborty <abhradeep@dragonflydb.io>
  • Loading branch information
Abhra303 committed Aug 9, 2023
1 parent f9a3e28 commit 02c19ac
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
ninja src/all
ccache --show-stats
./dragonfly --alsologtostderr --default_lua_flags=allow-undeclared-keys &
- name: Clone and build BullMQ
run: |
cd ${{github.workspace}}
git clone https://github.com/taskforcesh/bullmq.git
cd bullmq
yarn install --ignore-engines --frozen-lockfile --non-interactive
yarn build
- name: Test BullMQ with dragonfly
run: |
cd ${{github.workspace}}/bullmq
yarn test -i -g "should process delayed jobs with several workers respecting delay"
# - name: Clone and build BullMQ
# run: |
# cd ${{github.workspace}}
# git clone https://github.com/taskforcesh/bullmq.git
# cd bullmq
# yarn install --ignore-engines --frozen-lockfile --non-interactive
# yarn build
# - name: Test BullMQ with dragonfly
# run: |
# cd ${{github.workspace}}/bullmq
# yarn test -i -g "should process delayed jobs with several workers respecting delay"

0 comments on commit 02c19ac

Please sign in to comment.