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 a3a71b4 commit 36bfee3
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 @@ -43,7 +43,7 @@ jobs:
-t \
--name sshnp-e2e-trunk-sshnpd \
--entrypoint context/sshnpd/entrypoint.sh \
-v context/sshnpd/keys/:/atsign/.atsign/keys/ \
-v $(pwd)/test/end2end_tests/context/sshnpd/keys/:/atsign/.atsign/keys/ \
atsigncompany/sshnp-e2e-trunk
echo $?
Expand All @@ -54,7 +54,7 @@ jobs:
-t \
--name sshnp-e2e-trunk-sshnp \
--entrypoint context/sshnp/entrypoint.sh \
-v context/sshnp/keys/:/atsign/.atsign/keys/ \
-v $(pwd)/test/end2end_tests/context/sshnp/keys/:/atsign/.atsign/keys/ \
atsigncompany/sshnp-e2e-trunk
echo $?
Expand Down

0 comments on commit 36bfee3

Please sign in to comment.