mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-23 17:13:54 +08:00
Avoid having to bump the macos github action
This commit is contained in:
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -17,9 +17,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
run: brew install git-crypt md5sha1sum gnu-sed create-dmg xmlstarlet
|
run: brew install git-crypt md5sha1sum gnu-sed create-dmg xmlstarlet
|
||||||
|
- name: Get Flutter version
|
||||||
|
id: get-flutter-version
|
||||||
|
uses: zgosalvez/github-actions-get-flutter-version-env@v1
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
flutter-version: "3.0.3"
|
flutter-version: ${{ steps.get-flutter-version.outputs.version }}
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./scripts/test.sh
|
run: ./scripts/test.sh
|
||||||
# - name: Test Report
|
# - name: Test Report
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
- [ ] Upgrade flutter-android-sdk
|
- [ ] Upgrade flutter-android-sdk
|
||||||
- [ ] Upgrade pubspec.yaml
|
- [ ] Upgrade pubspec.yaml
|
||||||
- [ ] Upgrade flutterw
|
- [ ] Upgrade flutterw
|
||||||
- [ ] Upgrade .github/workflows/macos.yml
|
|
||||||
|
|
||||||
- [ ] Run `dart fix --apply`
|
- [ ] Run `dart fix --apply`
|
||||||
- [ ] Check `flutter analyze`
|
- [ ] Check `flutter analyze`
|
||||||
|
Reference in New Issue
Block a user