Development ts client v5.0.0 #40
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dart-Client run examples | |
on: | |
push: | |
branches: | |
[development, development_*] | |
pull_request: | |
branches: | |
[development, development_*] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Set up Dart | |
uses: dart-lang/setup-dart@v1 | |
with: | |
sdk: '3.1.4' | |
- name: Install dependencies | |
run: cd clients/dart/switchkeys && dart pub get | |
# - name: Run Examples | |
# run: cd clients/dart/switchkeys && dart example.dart |