Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jun 28, 2023
1 parent bf86171 commit 3721123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
- uses: actions/checkout@v3
- name: Build sshnpd_image
run: |
docker build -t sshnpd_image -f test/end2end_tests/sshnpd/Dockerfile test/end2end_tests/sshnpd
docker build -t sshnpd_image -f test/end2end_tests/sshnpd_image/Dockerfile test/end2end_tests/sshnpd_image
end2end_tests:
runs-on: ubuntu-latest
needs: [ setup_sshnpd ]
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f # v1.5.0
Expand Down

0 comments on commit 3721123

Please sign in to comment.