Skip to content

Commit 09c9028

Browse files
committed
Keep fixing the CI
1 parent 24042a7 commit 09c9028

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/actions/app_validation/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ runs:
99
steps:
1010
- name: Set up flutter
1111
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
12-
working-directory: ${{ inputs.working-directory }}
1312

1413
- name: Install linux integration test dependencies
1514
shell: bash

.github/workflows/validation.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validation
1+
name: Static Analysis & Tests
22

33
on:
44
pull_request:
@@ -11,13 +11,10 @@ jobs:
1111
vanilla:
1212
name: Vanilla
1313
runs-on: ubuntu-latest
14-
defaults:
15-
run:
16-
working-directory: vanilla
1714
steps:
1815
- name: Checkout repository
1916
uses: actions/checkout@v4
2017

2118
- uses: ./.github/actions/app_validation
2219
with:
23-
working-directory: vanilla
20+
working-directory: ./vanilla

0 commit comments

Comments
 (0)