We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef673f commit 994f6c0Copy full SHA for 994f6c0
.github/workflows/build.yml
@@ -36,7 +36,8 @@ jobs:
36
env:
37
CI: true
38
39
- - run: npm run test:unit
+ - run: npm run test:unit:main
40
+ - run: npm run test:unit:actors
41
42
- name: Is Release?
43
if: startswith(github.ref, 'refs/tags/v')
.github/workflows/test-e2e.yml
@@ -20,7 +20,7 @@ jobs:
20
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
21
services:
22
emqx:
23
- image: emqx:eqmx
+ image: emqx
24
ports:
25
- 1883:1883
26
- 8081:8081
0 commit comments