Skip to content

Commit

Permalink
Update apprenticeship-action.yml
Browse files Browse the repository at this point in the history
previous commit ran but wouldn't move to next step as docker run was in the foreground, must be run in background.
  • Loading branch information
melippmann authored Nov 4, 2023
1 parent 93148f4 commit 15191b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apprenticeship-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build the Docker image
run: docker build -t liatrio-build .
- name: run image
run: docker run liatrio-build
run: docker run -dp 127.0.0.1:80:80 liatrio-build
- name: run tests
uses: liatrio/github-actions/apprentice-action@808117af9b4a1e57c4cb79dbcb2d25de5ea3c68d

0 comments on commit 15191b8

Please sign in to comment.