ssh/.github/workflows
Bo-Yi Wu 86aa40ddb7
ci: add SSH server testing to GitHub Actions workflow
- Add a new job `testing-script-error` to the GitHub Actions workflow
- Use `actions/checkout@v4` to check out the code
- Create and run a new SSH server container using `lscr.io/linuxserver/openssh-server:latest`
- Capture the container's IP address and set it as an environment variable
- Add a step to test script errors with `continue-on-error: true`
- Configure the test script to connect to the SSH server and run a command that will fail (`ls /nonexistent`)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2025-01-03 09:31:39 +08:00
..
goreleaser.yml ci: implement automated release workflow with GoReleaser 2024-10-06 21:15:22 +08:00
main.yml ci: add SSH server testing to GitHub Actions workflow 2025-01-03 09:31:39 +08:00
stable.yml ci(action): remove script stop functionality from project (#350) 2024-12-02 21:25:26 +08:00