mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-11 13:28:57 +00:00
Update README for multi-agent support and fix release workflow
- README: update agent integration section to show pad install with all supported tools - README: add pad install step to Quick Start - Release workflow: add web build placeholder before go test to prevent embed failure
This commit is contained in:
@@ -27,6 +27,9 @@ jobs:
|
||||
cache: "npm"
|
||||
cache-dependency-path: web/package-lock.json
|
||||
|
||||
- name: Create web build placeholder for tests
|
||||
run: mkdir -p web/build && echo "placeholder" > web/build/.gitkeep
|
||||
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user