Skip to content

chore: Update web build command to fix 404 error and PWA padding issue #12

chore: Update web build command to fix 404 error and PWA padding issue

chore: Update web build command to fix 404 error and PWA padding issue #12

Workflow file for this run

name: Run Tests
on: [push, workflow_dispatch]
jobs:
drive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: beta
cache: true
- name: Make envfile
uses: SpicyPizza/[email protected]
with:
envkey_API_URL: ${{ secrets.API_URL }}
- run: flutter test