Skip to content

Commit 994f6c0

Browse files
ci: pull correct image
1 parent 5ef673f commit 994f6c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
env:
3737
CI: true
3838

39-
- run: npm run test:unit
39+
- run: npm run test:unit:main
40+
- run: npm run test:unit:actors
4041

4142
- name: Is Release?
4243
if: startswith(github.ref, 'refs/tags/v')

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
2121
services:
2222
emqx:
23-
image: emqx:eqmx
23+
image: emqx
2424
ports:
2525
- 1883:1883
2626
- 8081:8081

0 commit comments

Comments
 (0)