Skip to content

ci: Add the basics for a workflow that is able to run tests in a head… #1

ci: Add the basics for a workflow that is able to run tests in a head…

ci: Add the basics for a workflow that is able to run tests in a head… #1

Workflow file for this run

name: Run tests
on: push
jobs:
run-addon-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: moguri/setup-blender@v1
with:
blender-version: "4.2"
- run: blender --version