File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 branches :
1919 - dev
2020
21+ permissions :
22+ contents : read
23+ packages : write
24+
2125jobs :
2226 build-and-push :
2327 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1313 - " pyproject.toml"
1414 - " uv.lock"
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 test-container-jsonl :
1821 runs-on : ubuntu-latest
@@ -101,5 +104,7 @@ jobs:
101104 run : |
102105 echo "## Container Test Summary" >> $GITHUB_STEP_SUMMARY
103106 echo "- **PR Number:** ${{ github.event.pull_request.number }}" >> $GITHUB_STEP_SUMMARY
104- echo "- **Photon Version:** ${{ env.PHOTON_VERSION }}" >> $GITHUB_STEP_SUMMARY
105- echo "- **Status:** ${{ job.status }}" >> $GITHUB_STEP_SUMMARY
107+ echo "- **Photon Version:** ${PHOTON_VERSION}" >> $GITHUB_STEP_SUMMARY
108+ echo "- **Status:** ${JOB_STATUS}" >> $GITHUB_STEP_SUMMARY
109+ env :
110+ JOB_STATUS : ${{ job.status }}
Original file line number Diff line number Diff line change 1414 - " pyproject.toml"
1515 - " uv.lock"
1616
17+ permissions :
18+ contents : read
19+
1720jobs :
1821 test-container :
1922 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments