Skip to content

Merge pull request #12 from pitabwire/renovate/actions-checkout-4.x #46

Merge pull request #12 from pitabwire/renovate/actions-checkout-4.x

Merge pull request #12 from pitabwire/renovate/actions-checkout-4.x #46

Workflow file for this run

name: Test all code changes
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- name: Checkout code for testing
uses: actions/checkout@v4
- name: Run all tests in project
run: dart test test/