File tree Expand file tree Collapse file tree 6 files changed +31
-25
lines changed
Expand file tree Collapse file tree 6 files changed +31
-25
lines changed Original file line number Diff line number Diff line change 5454 with :
5555 python-version : ${{ matrix.python-version }}
5656
57+ - name : Create output suffix
58+ run : |
59+ echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
60+
5761 # Run the specified tests and save the results to a unique file that can be archived for later analysis.
5862 - name : Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
5963 uses : volttron/volttron-build-action@v1
6266 python_version : ${{ matrix.python-version }}
6367 os : ${{ matrix.os }}
6468 test_path : ${{ env.TEST_FILE }}
65- test_output_suffix : ${{ env.TEST_FILE }}
69+ test_output_suffix : ${{ env.OUTPUT_SUFFIX }}
6670
6771# Archive the results from the pytest to storage.
68- - name : Create output suffix
69- run : |
70- echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
7172 - name : Archive test results
7273 uses : actions/upload-artifact@v2
7374 if : always()
Original file line number Diff line number Diff line change 4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
47+ - name : Create output suffix
48+ run : |
49+ echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
50+
4751 # Run the specified tests and save the results to a unique file that can be archived for later analysis.
4852 - name : Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
4953 uses : volttron/volttron-build-action@v1
5256 python_version : ${{ matrix.python-version }}
5357 os : ${{ matrix.os }}
5458 test_path : ${{ env.TEST_FILE }}
55- test_output_suffix : ${{ env.TEST_FILE }}
59+ test_output_suffix : ${{ env.OUTPUT_SUFFIX }}
5660
5761# Archive the results from the pytest to storage.
58- - name : Create output suffix
59- run : |
60- echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
6162 - name : Archive test results
6263 uses : actions/upload-artifact@v2
6364 if : always()
Original file line number Diff line number Diff line change 4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
47+ - name : Create output suffix
48+ run : |
49+ echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
50+
4751 # Run the specified tests and save the results to a unique file that can be archived for later analysis.
4852 - name : Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
4953 uses : volttron/volttron-build-action@v1
5256 python_version : ${{ matrix.python-version }}
5357 os : ${{ matrix.os }}
5458 test_path : ${{ env.TEST_FILE }}
55- test_output_suffix : ${{ env.TEST_FILE }}
59+ test_output_suffix : ${{ env.OUTPUT_SUFFIX }}
5660
5761# Archive the results from the pytest to storage.
58- - name : Create output suffix
59- run : |
60- echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
6162 - name : Archive test results
6263 uses : actions/upload-artifact@v2
6364 if : always()
Original file line number Diff line number Diff line change 4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
47+ - name : Create output suffix
48+ run : |
49+ echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
50+
4751 # Run the specified tests and save the results to a unique file that can be archived for later analysis.
4852 - name : Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
4953 uses : volttron/volttron-build-action@v1
5256 python_version : ${{ matrix.python-version }}
5357 os : ${{ matrix.os }}
5458 test_path : ${{ env.TEST_FILE }}
55- test_output_suffix : ${{ env.TEST_FILE }}
59+ test_output_suffix : ${{ env.OUTPUT_SUFFIX }}
5660
5761# Archive the results from the pytest to storage.
58- - name : Create output suffix
59- run : |
60- echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
6162 - name : Archive test results
6263 uses : actions/upload-artifact@v2
6364 if : always()
Original file line number Diff line number Diff line change 4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
47+ # Archive the results from the pytest to storage.
48+ - name : Create output suffix
49+ run : |
50+ echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
51+
4752 # Run the specified tests and save the results to a unique file that can be archived for later analysis.
4853 - name : Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
4954 uses : volttron/volttron-build-action@v1
5257 python_version : ${{ matrix.python-version }}
5358 os : ${{ matrix.os }}
5459 test_path : ${{ env.TEST_FILE }}
55- test_output_suffix : ${{ env.TEST_FILE }}
60+ test_output_suffix : ${{ env.OUTPUT_SUFFIX }}
5661
57- # Archive the results from the pytest to storage.
58- - name : Create output suffix
59- run : |
60- echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
6162 - name : Archive test results
6263 uses : actions/upload-artifact@v2
6364 if : always()
Original file line number Diff line number Diff line change 4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
47+ - name : Create output suffix
48+ run : |
49+ echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
50+
4751 # Run the specified tests and save the results to a unique file that can be archived for later analysis.
4852 - name : Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
4953 uses : volttron/volttron-build-action@v1
5256 python_version : ${{ matrix.python-version }}
5357 os : ${{ matrix.os }}
5458 test_path : ${{ env.TEST_FILE }}
55- test_output_suffix : ${{ env.TEST_FILE }}
59+ test_output_suffix : ${{ env.OUTPUT_SUFFIX }}
5660
5761# Archive the results from the pytest to storage.
58- - name : Create output suffix
59- run : |
60- echo "OUTPUT_SUFFIX=$(basename $TEST_FILE)" >> $GITHUB_ENV
6162 - name : Archive test results
6263 uses : actions/upload-artifact@v2
6364 if : always()
You can’t perform that action at this time.
0 commit comments