Skip to content

Commit eee0128

Browse files
committed
Try to fix wf
1 parent 3cebe93 commit eee0128

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/markdown_crash_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20+
2021
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
2122

2223
- name: Install dependencies

.github/workflows/markdown_flutter.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,25 @@ on:
77
push:
88
branches: [ main ]
99
paths:
10-
- '.github/workflows/markdown.yaml'
10+
- '.github/workflows/markdown_flutter.yaml'
1111
- 'pkgs/markdown/**'
1212
pull_request:
1313
branches: [ main ]
1414
paths:
15-
- '.github/workflows/markdown.yaml'
15+
- '.github/workflows/markdown_flutter.yaml'
1616
- 'pkgs/markdown/**'
1717
schedule:
1818
- cron: "0 0 * * 0"
1919

2020
env:
2121
PUB_ENVIRONMENT: bot.github
2222

23-
24-
defaults:
25-
run:
26-
working-directory: pkgs/markdown/
27-
2823
jobs:
2924
smoke-test:
3025
runs-on: ubuntu-latest
3126

3227
steps:
33-
- name: clone dart-lang/markdown
28+
- name: clone dart-lang/tools
3429
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3530
with:
3631
repository: dart-lang/tools
@@ -46,7 +41,7 @@ jobs:
4641
- name: install the flutter sdk
4742
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
4843
with:
49-
channel: 'beta'
44+
channel: beta
5045

5146
- name: flutter --version
5247
run: flutter --version

0 commit comments

Comments
 (0)