Skip to content

Add test case for extra table content #1256

Add test case for extra table content

Add test case for extra table content #1256

Workflow file for this run

name: test-dart
on:
push:
branches:
- main
- renovate/**
paths:
- dart/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- dart/**
- testdata/**
- .github/**
workflow_call:
jobs:
test-dart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dart
uses: dart-lang/setup-dart@v1.4
- name: run tests
run: dart test
working-directory: dart