Skip to content

chore(deps): update ruby/setup-ruby to v1.159.0 #225

chore(deps): update ruby/setup-ruby to v1.159.0

chore(deps): update ruby/setup-ruby to v1.159.0 #225

Workflow file for this run

name: Dev workflow
on:
push:
branches:
- dev
jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.6'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
page:
uses: ./.github/workflows/pages.deploy.yaml
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.6'
android_output: 'aab'
env: 'dev'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
sentry_dsn: ${{ secrets.SENTRY_DSN }}
fastlane-dry-run:
needs: [ flutter-build ]
uses: ./.github/workflows/fastlane.action.yaml
with:
lane: 'dry_run'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}