actions: runner [container].docker_host variations
* automount * "" or "-" * unix:///var/run/docker.sock * tcp://127.0.0.1:2375
This commit is contained in:
parent
801c760a4e
commit
33749f5a5e
16 changed files with 158 additions and 0 deletions
|
@ -77,6 +77,7 @@ jobs:
|
|||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: ./.forgejo/prepare-end-to-end
|
||||
- run: ./end-to-end.sh prepare_dockerd
|
||||
- run: su forgejo -c "./end-to-end.sh test_actions"
|
||||
- name: full logs
|
||||
if: always()
|
||||
|
|
Loading…
Add table
Reference in a new issue