Skip to content

Commit

Permalink
ci(Docker): performing tests on custom Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcides Ramos committed Oct 4, 2024
1 parent 54a83ea commit c6f8a87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
ENV: DEVELOPMENT

steps:
- uses: actions/checkout@v4

- name: Build the Docker image
run: docker build --file Dockerfile --target build-development .

0 comments on commit c6f8a87

Please sign in to comment.