Skip to content

(DOCSP-37884) Update to realm_dart v3.0.0 and update logger content #390

(DOCSP-37884) Update to realm_dart v3.0.0 and update logger content

(DOCSP-37884) Update to realm_dart v3.0.0 and update logger content #390

Workflow file for this run

name: Dart SDK Tests
on:
pull_request:
paths:
- examples/dart/**
defaults:
run:
working-directory: examples/dart # The working directory path
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Install dart
- uses: dart-lang/[email protected]
with:
sdk: stable
- name: Install dependencies
run: dart pub get
- name: Install Realm into application
run: dart run realm_dart install
- name: Run Realm SDK tests
run: ./scripts/test.sh