Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
ci: update the RabbitMQ connection URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterteriyaki committed Nov 29, 2023
1 parent 334e06c commit d8c680c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- reopened

env:
CELERY_BROKER_URL: "amqp://virtualjudge:virtualjudge@localhost:5672//"
CLOUDAMQP_URL: "amqp://virtualjudge:virtualjudge@localhost:5672//"

jobs:
upload:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- reopened

env:
CELERY_BROKER_URL: "amqp://virtualjudge:virtualjudge@localhost:5672//"
CLOUDAMQP_URL: "amqp://virtualjudge:virtualjudge@localhost:5672//"

jobs:
build:
Expand Down

0 comments on commit d8c680c

Please sign in to comment.