Skip to content

Conversation

@oliver-block
Copy link
Collaborator

Fixes #9

uses: cashapp/activate-hermit@v1

- name: Run tests
run: gradle build

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add linting checks here too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gradle build runs the linter as well

uses: cashapp/activate-hermit@v1

- name: Run tests
run: gradle build
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to use gradle build over gradle test for this action?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README says to run "gradle build" for the tests. plus it runs the linter - see question above.

@oliver-block
Copy link
Collaborator Author

Closing this in favor of #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

setup github actions to run automated tests

3 participants