Skip to content

Commit

Permalink
Speed up the CI build.
Browse files Browse the repository at this point in the history
The feature test and checking the quality of the feature test were split across two parallel GitHub actions, but the feature test did still also check the quality. Removed checking the quality of the feature test from the GitHub action for running the feature test.
  • Loading branch information
fniessink committed Jun 15, 2024
1 parent 4abcd6b commit ea446de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/feature-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Quality
run: |
cd tests/feature_tests
ci/pip-install.sh
ci/quality.sh
- name: Run feature tests
run: ./tests/feature_tests/ci/test.sh
- name: Upload artifacts
Expand Down

0 comments on commit ea446de

Please sign in to comment.