Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Nov 8, 2023
1 parent fe28e5a commit 71d58e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/testsuite_allprocesses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,7 @@ on:
jobs:

# See https://stackoverflow.com/a/75337311
oneprocess_pr:
strategy:
fail-fast: false # important to see all results even if one fails (fail-fast is true by default)
matrix:
# FIXME? Can the list of supported processes be specified only once in oneprocess.yml or allprocesses.yml?
process: [ee_mumu, gg_tt, gg_ttg, gg_ttgg, gg_ttggg, gg_tt01g, gq_ttq, pp_tt012j]
suffix: [mad, sa]
uses: ./.github/workflows/testsuite_oneprocess.yml
with:
process: ${{ matrix.process }}.${{ matrix.suffix }}
# By default, in allprocesses tests enable FPE tests when pushing, but not in pull requests
enableFPE: github.event_name != 'pull_request'

# See https://stackoverflow.com/a/75337311
oneprocess_push:
oneprocess:
strategy:
fail-fast: false # important to see all results even if one fails (fail-fast is true by default)
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite_oneprocess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

- name: tput_test_fpe
run: .github/workflows/testsuite_oneprocess.sh tput_test_fpe ${{ inputs.process }}
if: ${{ inputs.enableFPE }}
if: ${{ inputs.enableFPE }} #and github.event_name != 'pull_request'

- name: GOODBYE
run: |
Expand Down

0 comments on commit 71d58e8

Please sign in to comment.