Skip to content

Commit 2d48434

Browse files
authored
save
1 parent 50400e5 commit 2d48434

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/workflows/00_Demo-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/04_Functionnal-testing.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
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 }} "

0 commit comments

Comments
 (0)