From 0282bf004c3a50df05c7d66107035d62255cf2f7 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 22 Jan 2024 13:18:12 +0100 Subject: [PATCH] ci: debug cache and actions paths --- .forgejo/workflows/demo.yaml | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 5654a0e..1c67882 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,23 +9,17 @@ jobs: runs-on: docker steps: - - name: Check /bin - run: ls /bin + # - name: 'FIX: fetch actions/checkout@v4' + # 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: Setup repo + # uses: actions/checkout@v4 - - name: Check /usr/bin - run: ls /usr/bin + - name: Check cache + run: ls -lah .cache/act/actions - - name: Check /usr/sbin - run: ls /usr/sbin - - - name: Check iptable - run: ip route - - - name: 'FIX: fetch actions/checkout@v4' - 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: Setup repo - uses: actions/checkout@v4 + - name: Check actions path + run: ls -lah /var/run/act/actions - name: Check repo run: ls -lah