Skip to content

Commit

Permalink
tests: add e2e tests for Windows-WSL remote host
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 authored and pascalbreuninger committed Jan 15, 2024
1 parent aadc8b1 commit 2400650
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
fail-fast: true
max-parallel: 1
matrix:
label: ["build", "ide", "ssh", "up-docker", "up-docker-build", "up-docker-compose" ]
label: ["build", "ide", "ssh", "up-docker", "up-docker-build", "up-docker-compose", "up-docker-wsl"]

steps:
- name: Git set line ending
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-win-full-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
max-parallel: 1
matrix:
# windows blocklist: "up-podman", "integration", "machineprovider", "proxyprovider", "up"
label: ["build", "ide", "machine", "provider", "ssh", "up-docker", "up-docker-compose", "up-docker-build", "up-docker-compose-build"]
label: ["build", "ide", "machine", "provider", "ssh", "up-docker", "up-docker-compose", "up-docker-build", "up-docker-compose-build", "up-docker-wsl"]

steps:
- name: Git set line ending
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/test
/e2e/bin
devpod
devpod.exe
# Unit test targets
main
profile.out
Expand Down
Loading

0 comments on commit 2400650

Please sign in to comment.