Skip to content

refactor: ruby migration #29

refactor: ruby migration

refactor: ruby migration #29

Workflow file for this run

on:
push:
branches:
- development
pull_request:
branches:
- development
jobs:
test-install:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: "."
- run: flutter --version
- run: dart pub global activate git_helper && git_helper -h
test-beta-install:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: "."
with:
channel: 'beta'
- run: flutter --version
- run: dart pub global activate git_helper && git_helper -h