1- # Run container_benchmarking test_functionality.sh for 8.1 .0, binary, and flex.
1+ # Run container_benchmarking test_functionality.sh for 8.2 .0, binary, and flex.
22# Uses the test_suite.sh inside container_benchmarking to verify containers perform as expected.
33# By default runs the full test suite per variant. Use workflow_dispatch with test_name to run a single test.
44
5- name : Container Functionality (8.1 .0, binary, flex)
5+ name : Container Functionality (8.2 .0, binary, flex)
66
77on :
88 push :
99 branches : [master]
1010 paths :
1111 - ' .github/workflows/test-container-functionality.yml'
1212 - ' utilities/container_benchmarking/**'
13- - ' docker/openemr/8.1 .0/**'
13+ - ' docker/openemr/8.2 .0/**'
1414 - ' docker/openemr/binary/**'
1515 - ' docker/openemr/flex/**'
1616 pull_request :
1717 branches : [master]
1818 paths :
1919 - ' .github/workflows/test-container-functionality.yml'
2020 - ' utilities/container_benchmarking/**'
21- - ' docker/openemr/8.1 .0/**'
21+ - ' docker/openemr/8.2 .0/**'
2222 - ' docker/openemr/binary/**'
2323 - ' docker/openemr/flex/**'
2424 workflow_dispatch :
3434
3535jobs :
3636 functionality-810 :
37- name : Functionality 8.1 .0
37+ name : Functionality 8.2 .0
3838 runs-on : ubuntu-24.04
3939 steps :
4040 - uses : actions/checkout@v6
@@ -48,10 +48,10 @@ jobs:
4848 else
4949 echo "args=${{ env.TEST_SUITE_ARGS }}" >> "$GITHUB_OUTPUT"
5050 fi
51- - name : Run container functionality tests (8.1 .0)
51+ - name : Run container functionality tests (8.2 .0)
5252 run : |
5353 cd utilities/container_benchmarking
54- ./test_functionality.sh 8.1 .0 ${{ steps.args.outputs.args }}
54+ ./test_functionality.sh 8.2 .0 ${{ steps.args.outputs.args }}
5555 - name : Upload test results
5656 if : always()
5757 uses : actions/upload-artifact@v7
0 commit comments