Skip to content

Commit

Permalink
[CONFIG] [Github Actions] Docker build / test / run script updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Jun 16, 2024
1 parent 4392a62 commit 838d8a4
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 838d8a4

Please sign in to comment.