diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e3bec3e..66fb686 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,12 +32,10 @@ jobs: - name: Install aqtinstall - requirement for functional tests run: pip install aqtinstall==3.1.* - name: yarn install, build and test - env: - SKIP_FUNCTIONAL: "${{ github.ref == 'refs/heads/main' && github.actor == github.repository_owner && '--testPathIgnorePatterns=aqt-list-qt-ts/functional.test.ts' || '' }}" run: | yarn install --immutable --immutable-cache --check-cache yarn run build --if-present - yarn test --coverage ${SKIP_FUNCTIONAL} + yarn test --coverage - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 env: