Skip to content

Commit

Permalink
fix: add 'needs:unit-tests' to build_checks.yaml.
Browse files Browse the repository at this point in the history
changed 'sdk: '>=2.19.6 <3.0.0' to 'sdk: '>=2.19.6 <4.0.0' in pubspec.yaml
  • Loading branch information
developertobi committed Feb 3, 2024
1 parent 49b0d8c commit 2abf6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/basic_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
build:
name: Create Android Build
runs-on: ubuntu-latest
needs: unit-tests
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: "none"
version: 0.0.1

environment:
sdk: ">=2.19.6 <3.0.0"
sdk: ">=2.19.6 <4.0.0"

dependencies:
dio: ^5.2.1+1
Expand Down

0 comments on commit 2abf6e5

Please sign in to comment.