Skip to content

Action Selection Knob Building #1163

Action Selection Knob Building

Action Selection Knob Building #1163

Workflow file for this run

name: PeTTa CI
on:
push:
branches:
- main
- dev
- feat/*
- fix/*
- ref/*
pull_request:
branches:
- main
- dev
- feat/*
- fix/*
- ref/*
jobs:
setup-and-test:
runs-on: ubuntu-latest
container:
image: indominyus/petta:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run PeTTa test
run: |
python3 scripts/run-tests.py