mirror of https://github.com/AMT-Cheif/drift.git
CI: Disable testing on the web
This commit is contained in:
parent
956b87d0df
commit
727ab4d88a
|
@ -7,8 +7,9 @@ pub run build_runner build --delete-conflicting-outputs
|
||||||
|
|
||||||
pub run test --coverage=coverage || EXIT_CODE=$?
|
pub run test --coverage=coverage || EXIT_CODE=$?
|
||||||
|
|
||||||
if [ $EXIT_CODE -eq 0 ]
|
# Testing on the web doesn't work on CI (we're running into out-of-memory issues even with 12G of RAM)
|
||||||
then pub run test -P browsers || EXIT_CODE=$?
|
#if [ $EXIT_CODE -eq 0 ]
|
||||||
fi
|
# then pub run test -P browsers || EXIT_CODE=$?
|
||||||
|
#fi
|
||||||
|
|
||||||
exit $EXIT_CODE
|
exit $EXIT_CODE
|
Loading…
Reference in New Issue