Skip to content

feat: web app builder helper #212

feat: web app builder helper

feat: web app builder helper #212

Workflow file for this run

name: Run CI
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # every sunday at midnight
jobs:
test:
name: Test on ${{ matrix.os }} / dart ${{ matrix.dart }}
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: packages/repo_support
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
dart: stable
- os: ubuntu-latest
dart: beta
- os: ubuntu-latest
dart: dev
- os: windows-latest
dart: stable
- os: macos-latest
dart: stable
steps:
- uses: dart-lang/[email protected]
with:
sdk: ${{ matrix.dart }}
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/checkout@v4
- run: dart --version
- run: dart pub global activate dev_build
- run: dart pub global run dev_build:run_ci --recursive