Skip to content

Migrate to GitHub Actions CI, fix test builds on main #6

Migrate to GitHub Actions CI, fix test builds on main

Migrate to GitHub Actions CI, fix test builds on main #6

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/test.yml
code_quality:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/code_quality.yml

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 15, Col: 11): Input docker_image is required, but not provided while calling.