Skip to content

Commit

Permalink
Add matrix to singed FT job
Browse files Browse the repository at this point in the history
  • Loading branch information
KAUTH committed Dec 6, 2023
1 parent 5025f95 commit 2f3709e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pytest-group: [ "1", "2", "3", "4", "5" ]
pytest-group: [ "1", "2", "3", "4", "5", "6" ]

steps:
- name: Checkout RSTUF API source code
Expand All @@ -80,6 +80,9 @@ jobs:
functional-signed:
name: "Signed"
runs-on: ubuntu-latest
strategy:
matrix:
pytest-group: [ "1", "2", "3", "4", "5", "6" ]

steps:
- name: Checkout RSTUF API source code
Expand Down

0 comments on commit 2f3709e

Please sign in to comment.