Compare commits
2 commits
f3070f484c
...
559a7fcec6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
559a7fcec6 | ||
|
|
4b3a387bef |
|
|
@ -16,11 +16,17 @@ jobs:
|
||||||
run: git remote add origin http://localhost:10001/julien.oculi/test-forgejo-runner.git
|
run: git remote add origin http://localhost:10001/julien.oculi/test-forgejo-runner.git
|
||||||
|
|
||||||
- name: Test checkout commands (config)
|
- name: Test checkout commands (config)
|
||||||
run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic"
|
run: "git config --local http.http://localhost:10001/.extraheader \"AUTHORIZATION: basic\""
|
||||||
|
|
||||||
- name: Debug env
|
- name: Debug env
|
||||||
run: env
|
run: env
|
||||||
|
|
||||||
|
- name: Debug net
|
||||||
|
run: ping example.com -c 5
|
||||||
|
|
||||||
|
- name: Debug local net
|
||||||
|
run: ping localhost:10001 -c 5
|
||||||
|
|
||||||
- name: Debug git config (local)
|
- name: Debug git config (local)
|
||||||
run: cd /workspace/julien.oculi/test-forgejo-runner && git config --local -l
|
run: cd /workspace/julien.oculi/test-forgejo-runner && git config --local -l
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue