Skip to content

Commit

Permalink
Merge pull request #186 from sir-gon/develop
Browse files Browse the repository at this point in the history
[CONFIG] [Github Actions] Docker build / test / run script updated.
  • Loading branch information
sir-gon authored Jun 16, 2024
2 parents 4392a62 + 838d8a4 commit 8219b5a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Build the Docker image
run: make compose/rebuild
- name: Run test in Docker image
- name: Lint in Docker image
run: make compose/lint
- name: Test in Docker image
run: make compose/test
- name: Run in Docker image
run: make compose/run
- name: Tag Docker image
run: >
Expand Down

0 comments on commit 8219b5a

Please sign in to comment.