Skip to content

Commit a582b11

Browse files
committed
ci(unit): bump dapr 1.11.0
Signed-off-by: yi-ge-dian <[email protected]>
1 parent f6a2c8f commit a582b11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version: [16]
12-
dapr-version: [1.6.3, 1.7.4, 1.8.3, 1.9.2]
12+
dapr-version: [1.6.3, 1.7.4, 1.8.3, 1.9.2, 1.10.7, 1.11.0]
1313
platform: [ubuntu-latest]
1414
runs-on: ${{ matrix.platform }}
1515

test/integration/async_server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const TEST_PAYLOAD = Payload.Plain.RAW;
1515
const TEST_PAYLOAD_CE = Payload.Plain.CE;
1616

1717
describe('OpenFunction - Async', () => {
18-
const APPID = 'async.dapr';
18+
const APPID = 'async_dapr';
1919
const broker = MQTT.Server();
2020
const server = createServer(broker.handle);
2121
before(done => {

test/integration/http_binding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const TEST_CONTEXT = {
2020
const TEST_PAYLOAD = Payload.Plain.RAW;
2121

2222
describe('OpenFunction - HTTP Binding', () => {
23-
const APPID = 'http.dapr';
23+
const APPID = 'http_dapr';
2424

2525
before(done => {
2626
if (shell.exec('dapr', {silent: true}).code !== 0)

0 commit comments

Comments
 (0)