Skip to content

Commit 7a5463e

Browse files
committed
ignore TLS certificate validation in CI env
1 parent fc64f2b commit 7a5463e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
- run: npm install
5151
- run: npm test
5252
env:
53-
AMQPS_URL: amqps://localhost
53+
AMQPS_URL: amqps://localhost?insecure
5454
- run: npm run lint

0 commit comments

Comments
 (0)