Skip to content

Commit b65aa0d

Browse files
committed
github: fix reference to rabbitmq url in env
1 parent 48a1bd8 commit b65aa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- run: npm ci
2323
- run: npm test
2424
env:
25-
RABBITMQ_URL: ${{ secrets.RABBITMQ_URL }}
25+
RABBIT_URL: ${{ secrets.RABBITMQ_URL }}

0 commit comments

Comments
 (0)