From bc7c161876d23305dfdc87d76011a7cd70de8674 Mon Sep 17 00:00:00 2001 From: Jorge Martins Date: Fri, 8 Jul 2022 11:37:31 +0200 Subject: [PATCH] Pass E2E tests --- .github/workflows/ci-workflow.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index c3f4562..e0b419b 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -114,7 +114,9 @@ jobs: - uses: actions/checkout@v2 - name: Build testing binaries - run: cd tests && ./build_local_test_elfs.sh + run: | + git config --global --add safe.directory "$GITHUB_WORKSPACE" + cd tests && ./build_local_test_elfs.sh - name: Upload app binaries uses: actions/upload-artifact@v2