Skip to content

DOCSP-29928 Serialization for Dart #420

DOCSP-29928 Serialization for Dart

DOCSP-29928 Serialization for Dart #420

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