We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24042a7 commit 09c9028Copy full SHA for 09c9028
.github/actions/app_validation/action.yml
@@ -9,7 +9,6 @@ runs:
9
steps:
10
- name: Set up flutter
11
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
12
- working-directory: ${{ inputs.working-directory }}
13
14
- name: Install linux integration test dependencies
15
shell: bash
.github/workflows/validation.yml
@@ -1,4 +1,4 @@
1
-name: Validation
+name: Static Analysis & Tests
2
3
on:
4
pull_request:
@@ -11,13 +11,10 @@ jobs:
vanilla:
name: Vanilla
runs-on: ubuntu-latest
- defaults:
- run:
16
- working-directory: vanilla
17
18
- name: Checkout repository
19
uses: actions/checkout@v4
20
21
- uses: ./.github/actions/app_validation
22
with:
23
+ working-directory: ./vanilla
0 commit comments