Skip to content

WIP docker-compose with tls #549

WIP docker-compose with tls

WIP docker-compose with tls #549

Workflow file for this run

name: flutter
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
main:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install Flutter SDK
uses: subosito/flutter-action@v2
with:
flutter-version: 3.10.6
channel: "stable"
- working-directory: "flutter"
run: flutter build macos