Skip to content

Commit

Permalink
Fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Feb 3, 2025
1 parent db0068a commit 57630cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: subosito/[email protected]
- run: dart pub get
- run: dart analyze
4 changes: 2 additions & 2 deletions .github/workflows/sugar_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: subosito/[email protected]
- run: dart pub get
- run: dart analyze --fatal-warnings
- run: dart run coverage:test_with_coverage
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
working-directory: sugar
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: subosito/[email protected]
- run: dart pub get
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
- run: ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
Expand Down

0 comments on commit 57630cf

Please sign in to comment.