diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a162dda8..e9a2b8db8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,6 +60,10 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + - name: Build + run: | + npm ci + npm run bundle - name: Enable KVM run: | @@ -74,5 +78,5 @@ jobs: target: ${{ matrix.target }} arch: x86_64 profile: Nexus 6 - script: adb devices + script: npm run integration-android