Skip to content

Commit

Permalink
Only Summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
berroar committed Nov 22, 2024
1 parent 05b4be9 commit 9751661
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
needs: [python-dependencies, node-dependencies]
strategy:
matrix:
suite: [features, summaries, journeys, list_collector, supplementary_data]
suite: [summaries]
runs-on: ubuntu-22.04
timeout-minutes: 30
env:
Expand Down Expand Up @@ -152,12 +152,12 @@ jobs:
run: docker compose --version && RUNNER_ENV_FILE=.functional-tests.env docker compose up --build -d
- name: Functional tests
run: make test-functional-suite SUITE=${{ matrix.suite }}
# - name: Upload wdio logs
# if: always()
# uses: actions/upload-artifact@v4
# with:
# name: Func test logs
# path: tests/functional/logs
- name: Upload wdio logs
if: always()
uses: actions/upload-artifact@v4
with:
name: Func test logs
path: tests/functional/logs
- name: Docker compose shutdown
run: RUNNER_ENV_FILE=.functional-tests.env docker compose kill
docker-push:
Expand Down

0 comments on commit 9751661

Please sign in to comment.