Skip to content

Commit

Permalink
Merge pull request #231 from iapicca/update_ci
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
Francesco Iapicca authored Dec 11, 2023
2 parents 81e82cb + 268d078 commit 5abaad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pub-lish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
pub-lish:
name: 'publish to pub.dev'
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 'checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'setup flutter'
uses: subosito/flutter-action@v2
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
test:
name: 'run flutter_test and analyze'
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 'checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'setup java'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt-openj9'
java-version: '9'
Expand Down

0 comments on commit 5abaad5

Please sign in to comment.