Remove botlib.yaml - botserver/botui workflow includes botlib auto

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-28 12:20:36 -03:00
parent c6d82e68c4
commit 5c3284e25f

View file

@ -1,22 +0,0 @@
name: Botlib CI
on:
push:
branches: [main]
jobs:
build:
runs-on: gbo
env:
CARGO_TARGET_DIR: /opt/gbo/work/target
RUSTC_WRAPPER: ""
PATH: /home/gbuser/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
steps:
- name: Setup
run: |
cd /opt/gbo/work/generalbots
git reset --hard HEAD
git clean -fd
git pull
- name: Test
run: |
cd /opt/gbo/work/generalbots
CARGO_BUILD_JOBS=4 cargo test -p botlib