diff --git a/ecommerce_app/.github/workflows/tests.yaml b/ecommerce_app/.github/workflows/tests.yaml new file mode 100644 index 00000000..ab3381ea --- /dev/null +++ b/ecommerce_app/.github/workflows/tests.yaml @@ -0,0 +1,9 @@ +name: Run Tests +on: [push, workflow_dispatch] +jobs: + drive: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: subosito/flutter-action@v2 + - run: flutter test \ No newline at end of file