Skip to content

✅ Updated create_env.yaml file #24

✅ Updated create_env.yaml file

✅ Updated create_env.yaml file #24

Workflow file for this run

name: Running tests
on: [push]
jobs:
env_workflow:
uses: ./.github/workflows/create_env.yaml
flutter_test:
needs: env_workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1
- run: |
echo "ls -a ${{ github.workspace }}"
ls -a ${{ github.workspace }}
shell: bash
- run: flutter test