From a6ac2b486556c38e1e0c5922a7c84a3408826255 Mon Sep 17 00:00:00 2001 From: Lukas Trippe Date: Fri, 20 Sep 2024 12:32:27 +0200 Subject: [PATCH] fix: make `test.sh` executable (#1314) --- .github/workflows/test.yaml | 1 - test.sh | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 test.sh diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 00599de6..3435f6fe 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -99,7 +99,6 @@ jobs: - name: Run snakemake test workflows run: | - chmod +x test.sh ./test.sh - name: Upload artifacts diff --git a/test.sh b/test.sh old mode 100644 new mode 100755