Skip to content

Commit

Permalink
Revert "Skip functional test when pushing to main"
Browse files Browse the repository at this point in the history
This reverts commit 3af19ce.
  • Loading branch information
ddalcino committed Apr 3, 2024
1 parent 4371982 commit 0ae379a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0ae379a

Please sign in to comment.