Remove botlib.yaml - botserver/botui workflow includes botlib auto
This commit is contained in:
parent
c6d82e68c4
commit
5c3284e25f
1 changed files with 0 additions and 22 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue