Skip to content

Commit

Permalink
Adding stream merger test
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Apr 28, 2024
1 parent c779ad1 commit e8e5df8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: ls ${{ github.workspace }}
- name: Execute stream merger tests
run: cd ${{ github.workspace }}/stream-merger && ./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 e8e5df8

Please sign in to comment.