Skip to content

Merge branch 'main' of github.com:JEISU20xx/robosys2024 into main #12

Merge branch 'main' of github.com:JEISU20xx/robosys2024 into main

Merge branch 'main' of github.com:JEISU20xx/robosys2024 into main #12

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: All test
run: bash -xv ./test.bash