Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
banadiga authored Oct 10, 2024
1 parent 50400e5 commit 2d48434
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/00_Demo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
# name: Build service
# uses: ./.github/workflows/02_Build-service.yaml

testing:
name: Run integration tests
uses: ./.github/workflows/03_Integration-testing.yaml
# testing:
# name: Run integration tests
# uses: ./.github/workflows/03_Integration-testing.yaml

# functionnal-testing:
# name: Run functionnal tests
# uses: ./.github/workflows/04_Functionnal-testing.yaml
functionnal-testing:
name: Run functionnal tests
uses: ./.github/workflows/04_Functionnal-testing.yaml
6 changes: 5 additions & 1 deletion .github/workflows/04_Functionnal-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- case-e
- case-f
- case-z
v:
- 1
- 2
- 3

steps:
- run: echo "Run functionnal tests case ${{ matrix.case }}"
- run: echo "Run functionnal tests case ${{ matrix.case }} x ${{ matrix.v }} "

0 comments on commit 2d48434

Please sign in to comment.