From f4946a9a55430885d01f842ce128b364471b482b Mon Sep 17 00:00:00 2001 From: Cyril Bouvier Date: Thu, 14 Mar 2024 16:32:15 +0100 Subject: [PATCH] add container for CI --- .github/workflows/test-actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 5c435f9..179c690 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -8,10 +8,9 @@ jobs: run: echo "Hello World from Github!" self-hosted: runs-on: self-hosted + container: debian:latest steps: - name: my-step run: echo "Hello World from self hosted!" - run: ls - run: pwd - - run: cd ../../.. - - run: ls