Skip to content

Merge pull request #270 from betwixt-labs/ts-proto-pollution #580

Merge pull request #270 from betwixt-labs/ts-proto-pollution

Merge pull request #270 from betwixt-labs/ts-proto-pollution #580

Workflow file for this run

name: Test Dart
on:
push:
branches:
- master
- test-action-new-cli
pull_request:
jobs:
test-dart:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: dart-lang/setup-dart@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.x" # SDK Version to use; x will use the latest version of the 7.0 channel
include-prerelease: true
- name: Build and run tests
run: |
mkdir gen
grep dotnet test.sh | bash
dart pub get
dart pub run test
working-directory: ./Laboratory/Dart