diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55924c2e..670240a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,6 +68,10 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v3 + - name: Compile and Test + run: | + bash build.sh + python3 scripts/run_tests.py - run: | python3 amalgamate.py cd plugins/macos/pocketpy @@ -107,4 +111,4 @@ jobs: rm -rf tmp - uses: actions/upload-artifact@v3 with: - path: plugins/flutter/example/build/app/outputs/flutter-apk/output \ No newline at end of file + path: plugins/flutter/example/build/app/outputs/flutter-apk/output