From 0ae379aa342d2383ba0038e96a03410331e9a146 Mon Sep 17 00:00:00 2001 From: Dave Dalcino Date: Wed, 3 Apr 2024 07:53:39 -0700 Subject: [PATCH] Revert "Skip functional test when pushing to main" This reverts commit 3af19ce6ab9cb73a5db7671a6583f37fbd778f72. --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: