From 5842611694dade1c5568a6c4617dc188aa174e4e Mon Sep 17 00:00:00 2001 From: josdem Date: Sun, 28 Apr 2024 09:46:46 -0400 Subject: [PATCH] Making executable --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c3d2fa..2f86a74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: List files in the repository run: ls ${{ github.workspace }} - name: Execute stream merger tests - run: cd ${{ github.workspace }}/stream-merger && ./gradlew test + run: cd ${{ github.workspace }}/stream-merger && chmod +x ./gradlew && ./gradlew test - name: Execute array diff tests run: cd ${{ github.workspace }}/simple-algorithms/array-diff && ./gradlew test - name: Execute biggest price tests