File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 # name: Build service
1111 # uses: ./.github/workflows/02_Build-service.yaml
1212
13- testing :
14- name : Run integration tests
15- uses : ./.github/workflows/03_Integration-testing.yaml
13+ # testing:
14+ # name: Run integration tests
15+ # uses: ./.github/workflows/03_Integration-testing.yaml
1616
17- # functionnal-testing:
18- # name: Run functionnal tests
19- # uses: ./.github/workflows/04_Functionnal-testing.yaml
17+ functionnal-testing :
18+ name : Run functionnal tests
19+ uses : ./.github/workflows/04_Functionnal-testing.yaml
Original file line number Diff line number Diff line change 2020 - case-e
2121 - case-f
2222 - case-z
23+ v :
24+ - 1
25+ - 2
26+ - 3
2327
2428 steps :
25- - run : echo "Run functionnal tests case ${{ matrix.case }}"
29+ - run : echo "Run functionnal tests case ${{ matrix.case }} x ${{ matrix.v }} "
You can’t perform that action at this time.
0 commit comments