From 5d05a47e8cdcf161973e6fb1aef9bf29f78a4bd5 Mon Sep 17 00:00:00 2001 From: kenorb Date: Sat, 10 Feb 2024 15:52:54 +0000 Subject: [PATCH] GHA: tests-shell: Adds options: --user root Refs: https://github.com/actions/checkout/issues/956 --- .github/workflows/tests-shell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests-shell.yml b/.github/workflows/tests-shell.yml index 5ef4800c..bc9ad069 100644 --- a/.github/workflows/tests-shell.yml +++ b/.github/workflows/tests-shell.yml @@ -24,6 +24,7 @@ jobs: OPT_TRACE: ${{ runner.debug }} OPT_VERBOSE: true image: ea31337/ea-tester:dev + options: --user root volumes: - ${{ github.workspace }}/scripts/tests:/opt/scripts strategy: