Skip to content

Commit

Permalink
added concurrency and some other changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Nov 29, 2024
1 parent 5ef7e76 commit a48278a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ on:
env:
GOPRIVATE: github.com/getlantern


jobs:
test-suite:
runs-on: ubuntu-latest-16-cores
concurrency:
group: test-ci-${{ github.ref }}
cancel-in-progress: true
# runs-on: macos-13-large
steps:
- name: Checkout code
Expand Down Expand Up @@ -115,26 +119,12 @@ jobs:
fi
make ffigen
# - name: Running widget tests
# run: make widget-tests

- name: Check disk space
run: df -h

- name: Clean up space
run: |
rm -rf ~/.gradle/caches
sudo rm -rf /tmp/*
flutter clean
flutter pub get
- name: Check disk space
run: df -h
- name: Running widget tests
run: make widget-tests

- name: Running workflow test for android on Firebase test labs
run: make ci-android-test


- name: Running workflow test for macos
run: make desktopWorkflowTest
if: runner.os == 'macOS'
Expand All @@ -148,5 +138,4 @@ jobs:
run: |
sudo systemctl start dbus
sudo systemctl start NetworkManager
make linuxDesktopTest
make linuxDesktopTest
2 changes: 1 addition & 1 deletion integration_test/app_startup_flow_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import 'utils/test_utils.dart';

///Make sure to use custom tear down function
void main() {

}
// void main() {
// appTearDown(
Expand Down

0 comments on commit a48278a

Please sign in to comment.