File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4444 run : flutter pub global activate melos
4545 - name : Install dependencies
4646 run : melos prepare
47+ - name : Set Powersync Core Version
48+ run : echo "CORE_VERSION=0.1.8" >> $GITHUB_ENV
49+ - name : Download Binaries
50+ run : sh tool/download_binaries.sh
4751 - name : Run flutter tests
4852 run : melos test
4953 - name : Run dart tests
Original file line number Diff line number Diff line change 4848 run : flutter pub global activate melos
4949 - name : Install dependencies and prepare project
5050 run : melos prepare
51+ - name : Set Powersync Core Version
52+ run : echo "CORE_VERSION=0.1.8" >> $GITHUB_ENV
53+ - name : Download Binaries
54+ run : sh tool/download_binaries.sh
5155 - name : Run flutter tests
5256 run : melos test
5357 - name : Run dart tests
You can’t perform that action at this time.
0 commit comments