-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added 1. Inputs `installationPath`, `actionsCache`, `actionsCacheKey` and `flutterPrecache`. - Removed 1. depth 1 from git clone command, so that Flutter tool can construct version from non-tagged references.
- Loading branch information
1 parent
cfd0cbb
commit ad1ab38
Showing
15 changed files
with
375 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: CI for comparison | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
defaults: | ||
run: | ||
shell: bash | ||
|
||
jobs: | ||
test-uncached-jobs: | ||
runs-on: ${{ matrix.runner }} | ||
strategy: | ||
matrix: | ||
runner: [ ubuntu-latest, windows-latest, macos-latest ] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup Flutter | ||
uses: ./ | ||
with: | ||
actionsCacheKey: 'flutter-${{ runner.os }}-compare' | ||
|
||
test-cached-jobs: | ||
needs: test-uncached-jobs | ||
runs-on: ${{ matrix.runner }} | ||
strategy: | ||
matrix: | ||
runner: [ ubuntu-latest, windows-latest, macos-latest ] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup Flutter | ||
uses: ./ | ||
with: | ||
actionsCacheKey: 'flutter-${{ runner.os }}-compare' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
node_modules | ||
.idea |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.