Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect visible for testing in api leak check + improve type usage tracking #180

Prev Previous commit
Next Next commit
adapt workflow to match new fvm config
devmil committed Apr 16, 2024
commit 2158b146958931dc6282e6bf290327a2fd6637c7
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -23,20 +23,14 @@ jobs:
runs-on: ubuntu-latest

outputs:
flutter-version: ${{ steps.step_extract_version.outputs.flutter-version }}
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}

steps:
- uses: actions/checkout@v3

- uses: kuhnroyal/flutter-fvm-config-action@v1
with:
path: '.fvm/fvm_config.json'

- id: step_extract_version
run: |
FLUTTER_VERSION=${{ env.FLUTTER_VERSION }}
echo "flutter-version=${FLUTTER_VERSION}" >> $GITHUB_OUTPUT

- uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action

get_last_released_version:
needs: check_label
runs-on: ubuntu-latest