Skip to content

Commit 838d8a4

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Docker build / test / run script updated.
1 parent 4392a62 commit 838d8a4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2222
- name: Build the Docker image
2323
run: make compose/rebuild
24-
- name: Run test in Docker image
24+
- name: Lint in Docker image
25+
run: make compose/lint
26+
- name: Test in Docker image
27+
run: make compose/test
28+
- name: Run in Docker image
2529
run: make compose/run
2630
- name: Tag Docker image
2731
run: >

0 commit comments

Comments
 (0)