Skip to content

Oracle unsubscribe does not work #5

Oracle unsubscribe does not work

Oracle unsubscribe does not work #5

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- uses: subosito/flutter-action@v1
with:
channel: stable
- name: Install dependencies
run: flutter pub get
- name: Tests
run: dart test --exclude-tags noCI