Skip to content

Commit

Permalink
Making executable
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Apr 28, 2024
1 parent e8e5df8 commit 5842611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5842611

Please sign in to comment.