You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding subuids or if you encounter permission issues, run:
26
+
27
+
```bash
28
+
podman system migrate
29
+
```
30
+
31
+
## Running Tests
32
+
33
+
### 1. Set Environment Variable
34
+
35
+
You must set the `A2A_SAMPLES_REVISION` environment variable to specify which revision of the `a2a-samples` repository to use for testing. This can be a branch name, tag, or commit hash.
0 commit comments