Update tests.yaml

This commit is contained in:
Luigi Rosso
2024-03-07 13:41:10 -08:00
committed by GitHub
parent 0d60642c57
commit 754980c2a1

View File

@ -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