chore: Update web build command to fix 404 error and PWA padding issue #12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |