From 3b74eb1b03417ede07932e8e53bf1d3d9ad834be Mon Sep 17 00:00:00 2001 From: Amanda Cornwell Date: Sat, 21 Oct 2023 12:59:33 -0400 Subject: [PATCH] test --- .github/workflows/gobuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gobuild.yml b/.github/workflows/gobuild.yml index bd593208e..b26092ec6 100644 --- a/.github/workflows/gobuild.yml +++ b/.github/workflows/gobuild.yml @@ -28,8 +28,8 @@ jobs: - name: Run test.sh run: | - chmod +x test.sh # Make the script executable (if it's not already) - ./test.sh # Run the script + chmod +x test.sh + ./test.sh - name: Read File and Set as Environment Variable run: |