Skip to content

Commit b428726

Browse files
Fix indentation
1 parent 360f05e commit b428726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dart run build_runner test -r -- -P concurrent-tests
4747
dart run build_runner test -r -- -P non-concurrent-tests
4848
timeout-minutes: 10
49-
if: ${{ always() && steps.install.outcome == 'success' }}
49+
if: ${{ always() && steps.install.outcome == 'success' }}
5050

5151
build_legacy:
5252
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)