Skip to content

Commit 60eecc4

Browse files
authored
Skip AMQP10
1 parent 569fc79 commit 60eecc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version: [10.x, 12.x, 14.x]
12-
transporter: [NATS, Redis, MQTT, AMQP, AMQP10, STAN, Kafka, TCP]
12+
# transporter: [NATS, Redis, MQTT, AMQP, AMQP10, STAN, Kafka, TCP]
13+
transporter: [NATS, Redis, MQTT, AMQP, STAN, Kafka, TCP]
1314
fail-fast: false
1415
steps:
1516
- name: Checkout

0 commit comments

Comments
 (0)