Ability to run by categories (#5229)

* Ability to run by categories

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>

* always use Path.cwd()

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>

---------

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-09-15 20:04:12 -07:00
committed by GitHub
parent 688cd52be2
commit 295702867a
24 changed files with 200 additions and 476 deletions

View File

@@ -7,12 +7,8 @@ on:
- cron: '0 8 * * *'
push:
branches: [master, ci-test*]
paths:
- 'autogpts/**'
pull_request:
branches: [stable, master, release-*]
paths:
- 'autogpts/**'
jobs:
run-tests: