Compare commits

..

2 commits

Author SHA1 Message Date
Julien Oculi 950fa25400 ci: comment steps and check env
All checks were successful
Named workflow / test (push) Successful in 9s
2024-01-18 10:44:58 +01:00
Julien Oculi 50190fe902 ci: remove unused comments 2024-01-18 10:43:20 +01:00

View file

@ -19,32 +19,25 @@ jobs:
run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic" run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic"
- name: Proxy issue - name: Proxy issue
run: env | grep -i proxy run: env
- name: Debug runner (act actions path) # - name: Debug runner (act actions path)
run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner # run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner
- name: Test checkout commands (fetch) # - name: Test checkout commands (fetch)
run: git -c protocol.version=2 fetch -v --no-tags --prune --no-recurse-submodules --depth=1 origin +2b3aefde1b6cbdf9e0a3bce32f86a0d069fc7c37:refs/remotes/origin/main # run: git -c protocol.version=2 fetch -v --no-tags --prune --no-recurse-submodules --depth=1 origin +2b3aefde1b6cbdf9e0a3bce32f86a0d069fc7c37:refs/remotes/origin/main
# - name: Debug runner (act help)
# run: act --help
# - name: Debug runner (act version) # - name: 'FIX: fetch actions/checkout@v4'
# run: act --version # run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js
- name: 'FIX: fetch actions/checkout@v4' # - name: Setup repo
run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js # uses: actions/checkout@v4
- name: Setup repo # - name: Testing runner
uses: actions/checkout@v4 # run: echo All Good
- name: Testing runner # - name: Testing local fs
run: echo All Good # run: ls -lah .
- name: Testing local fs # - name: Testing working directory
run: ls -lah . # run: pwd
- name: Testing working directory
run: pwd