← 返回首页
samples-java/docker/github/README.md at main · temporalio/samples-java · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Latest commit

 

History

History
17 lines (13 loc) · 652 Bytes
 main
Top

File metadata and controls

  • Preview
  • Code
  • Blame
17 lines (13 loc) · 652 Bytes

Using Github Actions

Github action simply runs Docker containers. So it is easy to perform the same build locally that Github will do. To handle this, there are two different docker-compose files: one for Github and one for local. The Dockerfile is the same for both.

Testing the build locally

To run the build locally, start from the root folder of this repo and run the following command:

docker-compose -f docker/github/docker-compose.yaml run unit-test

Note that Github action will run basically the same commands.

Testing the build in Github Actions

Creating a PR against the main branch will trigger the Github action.

Footer

© 2026 GitHub, Inc.