mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-24 20:09:30 +00:00
Add Flutter setup composite action for streamlined environment configuration
This commit is contained in:
parent
d55ddc5b78
commit
49a24b675e
2 changed files with 64 additions and 7 deletions
14
.github/workflows/flutter_test.yaml
vendored
14
.github/workflows/flutter_test.yaml
vendored
|
|
@ -14,14 +14,14 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
|
||||
uses: ./.github/workflows/flutter-setup.yaml
|
||||
secrets: inherit
|
||||
with:
|
||||
flutter-channel: stable
|
||||
java-version: 17
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Flutter Environment
|
||||
uses: ./.github/actions/flutter-setup # Path to the composite action directory
|
||||
# Pass inputs if needed (optional, using defaults here)
|
||||
# with:
|
||||
# flutter-channel: 'stable'
|
||||
# java-version: '17'
|
||||
# Debug: Echo current directory contents
|
||||
- name: List root directory contents
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue