Skip to content

chore: fix deprecated method #9

chore: fix deprecated method

chore: fix deprecated method #9

Workflow file for this run

name: Test Cloudinary Library
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: flutter pub get
- name: Copy env file
run: cp example/lib/src/.init.example.dart example/lib/src/init.dart
- name: Analyze
run: flutter analyze
- name: Tests
run: flutter test