mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-14 22:36:58 +01:00
run on pull requests
This commit is contained in:
parent
9bf77b90a4
commit
18b334170a
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
integration:
|
||||
|
@ -17,8 +17,8 @@ jobs:
|
|||
with:
|
||||
user: root
|
||||
password: admin1234
|
||||
image: codeberg.org/forgejo-integration/forgejo
|
||||
image-version: 1.21.0-6-rc2
|
||||
image: codeberg.org/forgejo/forgejo
|
||||
image-version: 1.21
|
||||
lxc-ip-prefix: 10.1.15
|
||||
|
||||
- name: tests cascading-pr
|
||||
|
@ -29,6 +29,7 @@ jobs:
|
|||
tests/run.sh --verbose --host_port ${{ steps.forgejo.outputs.host-port }} --url ${{ steps.forgejo.outputs.url }} --token ${{ steps.forgejo.outputs.token }}
|
||||
|
||||
- name: full logs
|
||||
if: always()
|
||||
run: |
|
||||
sed -e 's/^/[RUNNER LOGS] /' ${{ steps.forgejo.outputs.runner-logs }}
|
||||
docker logs forgejo | sed -e 's/^/[FORGEJO LOGS]/'
|
||||
|
|
Loading…
Add table
Reference in a new issue