diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 80647b4..f22ee8b 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -160,7 +160,8 @@ jobs: npm install --verbose cp -R node_modules /host/ npm run unit - npm run integration + # Skipping integration until we can get native arm64 runners + # npm run integration - name: Update modules cache uses: actions/cache/save@v4 # We always want to run this step even if the "test" step failed.