mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-24 20:09:30 +00:00
Make Flutter version input optional in setup-env action and rename step in workflow
This commit is contained in:
parent
71eaac5237
commit
0d2db7778a
2 changed files with 3 additions and 2 deletions
3
.github/workflows/flutter_test.yaml
vendored
3
.github/workflows/flutter_test.yaml
vendored
|
|
@ -13,7 +13,8 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./.github/actions/setup-env.yaml
|
||||
- name: setup env
|
||||
uses: ./.github/actions/setup-env.yaml
|
||||
|
||||
# Debug: Echo current directory contents
|
||||
- name: List root directory contents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue