Skip to content

Commit

Permalink
Update agents tests reusable tests and build docs for release branch too
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Sep 30, 2023
1 parent 4c1707e commit 06270b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-2.1

jobs:
docs-rebuild-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:

jobs:
test:
uses: diambra/agents/.github/workflows/reusable-test.yaml@main
uses: diambra/agents/.github/workflows/reusable_unit_tests.yaml@main
with:
arena_requirement_specifier: 'git+https://github.com/diambra/arena.git@${{ github.ref }}#egg='
agents_ref: 'main'

0 comments on commit 06270b5

Please sign in to comment.