Skip to content

Commit

Permalink
Merge pull request #345 from wakamenod/344-mobile-ciのテスト実行環境をubuntuに変更する
Browse files Browse the repository at this point in the history
[Mobile] CIのテスト実行環境をubuntuに変更する #344
  • Loading branch information
wakamenod authored Jul 22, 2023
2 parents cf9b03e + 60b34ff commit 91090d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/suito_mobile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
runs-on: macos-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -29,6 +29,9 @@ jobs:
with:
java-version: "12.x"

- name: Setup homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: install fvm
run: |
brew tap leoafarias/fvm
Expand Down
2 changes: 1 addition & 1 deletion mobile/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rm coverage/source_lcov.info

[tasks.ci-test]
script = '''
fvm flutter test --exclude-tags golden
fvm flutter test
'''

[tasks.lint]
Expand Down

0 comments on commit 91090d3

Please sign in to comment.