FirelightFlagboy
FirelightFlagboy
- Add test with early 404 error. - Add test where the organization is removing during execution.
Also fix some typing issue for the testbed and events.
A previous attempt was made to test the event `events_listen.APIEventVlob` but the test did not finish (Alice never receive the event). The goal of this issue is to have a...
This fix the deprecated message: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: samuelmeuli/action-snapcraft@[...]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ```
## Describe your use case I need a task to execute shell commands in a local context (on the same host that the scenario is executed on). ## Is your...
## Describe the bug - What is the current behavior? When using the task `SshClientTask` with a proper ssh server, the stdout is Invalid or Incomplete ## Steps to reproduce...
## Describe the bug - What is the current behavior? The task `SshClientOutput`, the `stderr` remain empty with the channel `SHELL` ## Steps to reproduce When using the `SshClientOutput` with...
I'm trying to use anyrun home-manager module with home-manager configured as a [nixos module] (in `nixosConfigurations`) but with the following command: ```shell sudo nixos-rebuild switch --flake .#thinkpad ``` I'm getting...