Tests
This commit is contained in:
parent
922253bcd5
commit
b529c70991
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- uses: subosito/flutter-action@v1
|
||||
with:
|
||||
channel: 'beta'
|
||||
channel: 'stable'
|
||||
- run: flutter config --enable-web
|
||||
- run: flutter pub get
|
||||
- run: |
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import 'invoices_it_test.dart' as invoices;
|
|||
import 'login_it_test.dart' as login;
|
||||
import 'products_it_test.dart' as products;
|
||||
import 'quotes_it_test.dart' as quotes;
|
||||
import 'vendors_it_test.dart' as vendors;
|
||||
//import 'vendors_it_test.dart' as vendors;
|
||||
|
||||
void main() {
|
||||
login.main();
|
||||
|
|
@ -11,5 +11,5 @@ void main() {
|
|||
clients.runTestSuite(batchMode: true);
|
||||
invoices.runTestSuite(batchMode: true);
|
||||
quotes.runTestSuite(batchMode: true);
|
||||
vendors.runTestSuite(batchMode: true);
|
||||
//vendors.runTestSuite(batchMode: true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue