Skip to content

deps: bump http input version #60

deps: bump http input version

deps: bump http input version #60

Workflow file for this run

name: Test
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
test-job:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
# - windows-latest
sdk:
- stable
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
- name: Install dependencies
run: dart pub global activate melos
- name: Bootstrap
run: melos bootstrap
- name: Run test shell
run: ./test.sh