File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1111 - ' content/opensource_packages/apisix.md'
1212 - ' .github/workflows/test-apisix.yml'
1313
14+
1415jobs :
1516 test-apisix :
1617 runs-on : ubuntu-24.04-arm
Original file line number Diff line number Diff line change @@ -394,4 +394,5 @@ jobs:
394394 echo "- **Tests Failed:** ${{ steps.summary.outputs.failed }}" >> $GITHUB_STEP_SUMMARY
395395 echo "- **Duration:** ${{ steps.summary.outputs.duration }}s" >> $GITHUB_STEP_SUMMARY
396396 echo "- **Runner:** ubuntu-24.04 (arm64)" >> $GITHUB_STEP_SUMMARY
397+
397398
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ jobs:
152152 END_TIME=$(date +%s)
153153 echo "duration=$((END_TIME - START_TIME))" >> $GITHUB_OUTPUT
154154
155+
155156 - name : Test 5 - Stop Gateway
156157 id : test5
157158 run : |
Original file line number Diff line number Diff line change 2626 echo "package_slug=apache_kudu" >> $GITHUB_OUTPUT
2727 echo "dashboard_link=/opensource_packages/apache_kudu" >> $GITHUB_OUTPUT
2828
29+
2930 - name : Install Apache Kudu
3031 id : install
3132 run : |
You can’t perform that action at this time.
0 commit comments