feat: add proxyproto test
This commit is contained in:
parent
0f3611e745
commit
6b77ac3151
7 changed files with 206 additions and 4 deletions
|
|
@ -164,3 +164,21 @@ jobs:
|
|||
- name: full logs
|
||||
if: always()
|
||||
run: su forgejo -c "./end-to-end.sh show_logs"
|
||||
|
||||
proxyproto:
|
||||
name: PROXY protocol
|
||||
needs: [build]
|
||||
runs-on: lxc-trixie
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||
- uses: ./.forgejo/prepare-end-to-end
|
||||
with:
|
||||
built: ${{ needs.build.outputs.built }}
|
||||
- run: su forgejo -c "./end-to-end.sh test_proxyproto"
|
||||
- if: ${{ needs.build.outputs.built == 'yes' }}
|
||||
uses: ./.forgejo/upload-coverage
|
||||
with:
|
||||
scope: proxy
|
||||
- name: full logs
|
||||
if: always()
|
||||
run: su forgejo -c "./end-to-end.sh show_logs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue