mirror of
https://github.com/rive-app/rive-flutter
synced 2025-07-05 21:55:58 +00:00
Update tests.yaml
This commit is contained in:
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -38,8 +38,12 @@ jobs:
|
||||
./update_dependencies.sh force
|
||||
pushd shared_lib
|
||||
./build_shared.sh
|
||||
RIVE_TEXT_DYLIB=$PWD/build/bin/debug/librive_text.dylib
|
||||
popd
|
||||
popd
|
||||
mkdir -p shared_lib/build/bin/debug/
|
||||
echo $RIVE_TEXT_DYLIB
|
||||
cp $RIVE_TEXT_DYLIB shared_lib/build/bin/debug/
|
||||
|
||||
- name: Run tests
|
||||
run: flutter test
|
||||
|
Reference in New Issue
Block a user