Skip to content

Commit f60e80c

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Docker build / test / run script updated.
1 parent a06e2eb commit f60e80c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020
- name: Build the Docker image
2121
run: make compose/rebuild
22-
- name: Run static checks in Docker image
22+
- name: Lint in Docker image
2323
run: make compose/lint
24-
- name: Run test in Docker image
24+
- name: Test in Docker image
25+
run: make compose/test
26+
- name: Run in Docker image
2527
run: make compose/run
2628
- name: Tag Docker image
2729
run: >

0 commit comments

Comments
 (0)