Skip to content

Commit

Permalink
tiny fix in the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0ne committed Apr 7, 2024
1 parent 1393208 commit 23abd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Start app and Test Docker Image
run: |
docker run -e DOCKER_PDF_SERVER_USER=test-user \
docker run -d -e DOCKER_PDF_SERVER_USER=test-user \
-e DOCKER_PDF_SERVER_PASSWORD=test-password \
-p 5000:5000 ghcr.io/ash0ne/docker-pdf-server:latest
sh smoke_test.sh

0 comments on commit 23abd1d

Please sign in to comment.