File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1919 contents : read
2020 strategy :
2121 matrix :
22- config-file : [load.toml, chaos.toml] # Configuration files
23- test-name : [TestLoad, TestChaos] # Corresponding test names
22+ config-test :
23+ - config-file : load.toml
24+ test-name : TestLoad
25+ - config-file : chaos.toml
26+ test-name : TestChaos
2427 steps :
2528 - name : Checkout repo
2629 uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5962 - name : Run Docker Component Tests
6063 if : steps.changes.outputs.src == 'true'
6164 env :
62- CTF_CONFIGS : ${{ matrix.config-file }}
65+ CTF_CONFIGS : ${{ matrix.config-test.config- file }}
6366 run : |
64- go test -timeout 5m -v -count 1 -run ${{ matrix.test-name }}
67+ go test -timeout 5m -v -count 1 -run ${{ matrix.config-test. test-name }}
You can’t perform that action at this time.
0 commit comments