Skip to content

Commit 970492d

Browse files
committed
_
1 parent bbe5d64 commit 970492d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/runtime.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)