Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial github action #5

Merged
merged 10 commits into from
Nov 7, 2023
Merged

Add initial github action #5

merged 10 commits into from
Nov 7, 2023

Conversation

rblaine95
Copy link
Contributor

@rblaine95 rblaine95 commented Nov 7, 2023

  • Add basic initial github action.
  • Initially just running tests
  • Add dependabot to maintain github action versions
  • Add .rtx.toml for those that want to use it to manage Java and Scala CLI versions
  • Add .vscode/ with some initial settings
  • Update .gitignore

Docker Build (ci.yml)

The CI Action executes the following:

  1. Check code is formatted properly
  2. Check that all tests pass
  3. Build the dawn-patrol CLI as a standalone jar
  4. Copy that jar into an eclipse-temurin:21 docker image

@rblaine95 rblaine95 self-assigned this Nov 7, 2023
@rblaine95 rblaine95 force-pushed the chore/github-actions branch 7 times, most recently from 11af5e5 to 027c7fd Compare November 7, 2023 09:57
* Add basic initial github action.
* Initially just running tests
* Add dependabot to maintain github action versions
* Add `.rtx.toml` for those that want to use it to manage Java and Scala
  CLI versions
* Add `.vscode/` with some initial settings
* Update `.gitignore`
@rblaine95 rblaine95 force-pushed the chore/github-actions branch from 027c7fd to 88b5098 Compare November 7, 2023 10:01
@rblaine95 rblaine95 force-pushed the chore/github-actions branch from 1412fa4 to 19fd215 Compare November 7, 2023 10:08
@rblaine95 rblaine95 marked this pull request as ready for review November 7, 2023 10:09
Copy link
Collaborator

@ff137 ff137 left a comment

Choose a reason for hiding this comment

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

Nice work 👍

@@ -59,8 +59,8 @@ openai-conf {
}

passkit-conf {
keystore-path ="/Users/ian/dev/gleibnif/modules/client/src/main/resources/credentials/didx1.p12"
keystore-password ="amad3usM02art"
keystore-path = "/Users/ian/dev/gleibnif/modules/client/src/main/resources/credentials/didx1.p12"
Copy link
Collaborator

Choose a reason for hiding this comment

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

@iandebeer we can probably remove this 👀

@rblaine95 rblaine95 force-pushed the chore/github-actions branch 3 times, most recently from 06e96eb to 6a34b51 Compare November 7, 2023 12:11
@rblaine95 rblaine95 force-pushed the chore/github-actions branch from 6a34b51 to 468ca46 Compare November 7, 2023 12:11
@rblaine95 rblaine95 merged commit b33e5b8 into master Nov 7, 2023
2 checks passed
@rblaine95 rblaine95 deleted the chore/github-actions branch November 7, 2023 12:31
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.

2 participants