Skip to content

Commit

Permalink
ci: fix overriding matrix for Linux x86 (#3514)
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Labatut <julian.labatut@etu.umontpellier.fr>
  • Loading branch information
jlabatut committed Mar 3, 2023
1 parent 59353e0 commit 52cd717
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: yarn test:jest_integration:ci

functional-tests:
name: Run functional tests on ${{ matrix.name }}
name: Run functional tests on ${{ matrix.name }} (ciGroup${{ matrix.group }})
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -214,7 +214,6 @@ jobs:
name: Build min release artifacts on ${{ matrix.name }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
include:
- os: ubuntu-latest
name: Linux x64
Expand Down

0 comments on commit 52cd717

Please sign in to comment.