File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -99,15 +99,17 @@ jobs:
9999 name : libglobe_runtime-x86_64-unknown-linux-gnu.so
100100 path : ./artifacts
101101
102- - uses : dart-lang/setup-dart@v1
103- - name : Run Dart Tests
104- working-directory : packages/globe_runtime
102+ - name : Add library path to environment
105103 run : |
106104 LIB_PATH="${GITHUB_WORKSPACE}/artifacts/libglobe_runtime-x86_64-unknown-linux-gnu.so"
107105 echo "GLOBE_RUNTIME_LIB_PATH=${LIB_PATH}" >> $GITHUB_ENV
108106 echo "Library path set to: ${LIB_PATH}"
109107 ls -la "${LIB_PATH}"
110- dart test --reporter expanded --concurrency=1
108+
109+ - uses : dart-lang/setup-dart@v1
110+ - name : Run Dart Tests
111+ working-directory : packages/globe_runtime
112+ run : dart test --reporter expanded --concurrency=1
111113
112114 Release :
113115 name : Publish Release
You can’t perform that action at this time.
0 commit comments