Skip to content

Commit

Permalink
Try to fix wf
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 10, 2024
1 parent 3cebe93 commit eee0128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/markdown_crash_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94

- name: Install dependencies
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/markdown_flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,25 @@ on:
push:
branches: [ main ]
paths:
- '.github/workflows/markdown.yaml'
- '.github/workflows/markdown_flutter.yaml'
- 'pkgs/markdown/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/markdown.yaml'
- '.github/workflows/markdown_flutter.yaml'
- 'pkgs/markdown/**'
schedule:
- cron: "0 0 * * 0"

env:
PUB_ENVIRONMENT: bot.github


defaults:
run:
working-directory: pkgs/markdown/

jobs:
smoke-test:
runs-on: ubuntu-latest

steps:
- name: clone dart-lang/markdown
- name: clone dart-lang/tools
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
repository: dart-lang/tools
Expand All @@ -46,7 +41,7 @@ jobs:
- name: install the flutter sdk
uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
with:
channel: 'beta'
channel: beta

- name: flutter --version
run: flutter --version
Expand Down

0 comments on commit eee0128

Please sign in to comment.