Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jul 4, 2023
1 parent 831c85c commit 8a22bed
Showing 1 changed file with 3 additions and 35 deletions.
38 changes: 3 additions & 35 deletions .github/workflows/end2end_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
echo "${{ secrets.SMOOTHALLIGATOR_KEY }}" > sshnpd/keys/${{ env.SSHNPD_ATSIGN }}_key.atKeys
- name: Ensure keys are in place
working-directory: test/end2end_tests
working-directory: packages/sshnoports/test/end2end_tests/context
run: |
ls -la context/sshnp/keys
ls -la context/sshnpd/keys
ls sshnp/keys
ls sshnpd/keys
- name: Docker Compose
working-directory: packages/sshnoports/test/end2end_tests
Expand All @@ -46,35 +46,3 @@ jobs:
- name: View containers
run: |
docker ps -a
# attempting to use `dart test `
# 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
# with:
# sdk: stable

# # Install dependencies in sshnoports
# - name: Install dependencies in sshnoports
# working-directory: .
# run: dart pub get

# # Install dependencies in end2end_tests
# - name: Install dependencies in test/end2end_tests
# working-directory: test/end2end_tests
# run: dart pub get

# # Set up ssh keys
# - name: Set up ssh keys
# run: ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N "" -q

# # Run end2end_tests
# - name: Run end2end_tests
# working-directory: test/end2end_tests
# run: |
# mkdir -p ~/.atsign/keys
# echo "${{ secrets.JEREMY_0_KEY }}" > ~/.atsign/@jeremy_0_key.atKeys
# dart test .

0 comments on commit 8a22bed

Please sign in to comment.