Skip to content

Commit 30fc85e

Browse files
authored
Reference to 0.8.0-rc.0. (dapr#291)
1 parent 68454b8 commit 30fc85e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
GOARCH: amd64
2323
GOPROXY: https://proxy.golang.org
2424
JDK_VER: 13.0.x
25-
DAPR_RUNTIME_VER: 0.7.1
25+
DAPR_RUNTIME_VER: 0.8.0-rc.0
2626
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/e498de9f7dd92c30aa592d6e6761dc924bb53cc2/install/install.sh
27-
DAPR_CLI_REF: e498de9f7dd92c30aa592d6e6761dc924bb53cc2
28-
DAPR_REF: 4d3945364d89aae045a05b1d611458abedf1a1ff
27+
DAPR_CLI_REF: 15a3ffa1d74ca3f017decee6a4bc8ac7b3ed5ba0
28+
DAPR_REF:
2929
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}
3030
OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }}
3131
GPG_KEY: ${{ secrets.GPG_KEY }}

sdk-tests/src/test/java/io/dapr/it/DaprRun.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
public class DaprRun {
1616

17-
private static final String DAPR_RUN = "dapr run --app-id %s ";
17+
private static final String DAPR_RUN = "dapr run --app-id %s --components-path ./components";
1818

1919
// the arg in -Dexec.args is the app's port
2020
private static final String DAPR_COMMAND =

0 commit comments

Comments
 (0)