Skip to content

Commit

Permalink
[various] use GitHub workflows for validation instead of Cirrus (#2155)
Browse files Browse the repository at this point in the history
* start of defining validation workflow on github

* fix formatting of apt-get commands

* fixed another set of apt-get commands

* fixed duplicate linux build job name

* fixed duplicate unit test job name

* Updated permission

* added script for android emulator action

* fixed issues found through analyzer

* updated name of analyzer job

* added missing steps to setup melos for integration test jobs

* added concurrency for github workflows

* replaced use of describeEnum that is deprecated

* updated android integration test to run on macOS and use snapshot caching

* fixed formatting of avd cache

* setup java version for integration test

* fixed setup java formatting

* moved setup java task that should've been assigned to android integration test

* added steps to accept notification permissions

* attempt to read udid from simulator action
  • Loading branch information
MaikuB committed Nov 18, 2023
1 parent 033aea6 commit 06aa1e4
Show file tree
Hide file tree
Showing 10 changed files with 670 additions and 836 deletions.
187 changes: 0 additions & 187 deletions .cirrus.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: format

on: push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
java_format:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scripts/install-tools.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dart pub global activate melos 2.9.0
melos bootstrap
Loading

0 comments on commit 06aa1e4

Please sign in to comment.