Skip to content

Commit

Permalink
Simplify GitHub Actions configuration and update .gitignore
Browse files Browse the repository at this point in the history
Reduced the number of versions being tested in GitHub Actions and modified the test command to re-run tasks on failure. Removed the 'Install Dependencies' step since dependencies can now be managed by the Gradle wrapper scripts. Additionally, included the 'build' directory in the .gitignore file.
  • Loading branch information
meanmail committed Jan 25, 2024
1 parent 59614b9 commit e08d818
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 @@ -34,4 +34,4 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Run tests
run: ./gradlew test --rerun-tasks
run: ./gradlew test --rerun-tasks --info

0 comments on commit e08d818

Please sign in to comment.