Skip to content

Commit

Permalink
chore(workflow): print configuration on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumonda221-CrO3 committed Oct 15, 2024
1 parent 4b3dc7f commit ac2e068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scenario-CoupledL2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
ls
sed -i 's/mode.0.*/mode.0 = FUZZ_ARI/g' ./main/build/tltest.ini
sed -i 's/mode.1.*/mode.1 = FUZZ_ARI/g' ./main/build/tltest.ini
cat ./main/build/tltest.ini
- name: Setup mode configuration FUZZ_STREAM
if: matrix.case.mode == 'FUZZ_STREAM'
Expand All @@ -219,6 +220,7 @@ jobs:
ls
sed -i 's/mode.0.*/mode.0 = FUZZ_STREAM/g' ./main/build/tltest.ini
sed -i 's/mode.1.*/mode.1 = FUZZ_STREAM/g' ./main/build/tltest.ini
cat ./main/build/tltest.ini
- name: Run TL-Test-New for CoupledL2
run: |
Expand Down

0 comments on commit ac2e068

Please sign in to comment.