Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jun 29, 2023
1 parent cd640c9 commit e7e862b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end2end_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:

- name: Run Sshnpd Trunk
run: |
docker run -d --name sshnp-e2e-trunk-sshnpd atsigncompany/sshnp-e2e-trunk
docker run -it -d --name sshnp-e2e-trunk-sshnpd atsigncompany/sshnp-e2e-trunk
echo $?
- name: Run Sshnp Trunk
run: |
docker run -d --name sshnp-e2e-trunk-sshnp atsigncompany/sshnp-e2e-trunk
docker run -it -d --name sshnp-e2e-trunk-sshnp atsigncompany/sshnp-e2e-trunk
echo $?
- name: View containers
Expand Down

0 comments on commit e7e862b

Please sign in to comment.