From 54c21f25f9c7df84d7085265dd9b41a6d7889d94 Mon Sep 17 00:00:00 2001 From: sternj Date: Tue, 3 Dec 2024 13:27:11 -0500 Subject: [PATCH] Added environment var --- .github/workflows/test-smoketests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-smoketests.yml b/.github/workflows/test-smoketests.yml index b0c89a21e..c3bb4b4c2 100644 --- a/.github/workflows/test-smoketests.yml +++ b/.github/workflows/test-smoketests.yml @@ -6,7 +6,8 @@ on: pull_request: branches: [ master ] workflow_dispatch: # manual execution - +env: + GITHUB_WORKSPACE: /home/runner/work/scalene-outer/scalene-inner # Maintaining rough directory structure jobs: smoketests: runs-on: ${{ matrix.os }}