Skip to content

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

Migrate to GitHub Actions CI, fix test builds on main

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

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

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 12, Col: 11): Error from called workflow RaspberryPiFoundation/rpi-auth/.github/workflows/test.yml@af755620c1e2793a2f2d4608ac7d9d13e0e87d43 (Line: 37, Col: 15): Unrecognized named-value: 'github-workspace'. Located at position 1 within expression: github-workspace
# code_quality:
# if: github.ref_type == 'branch' && github.ref_name != 'main'
# uses: ./.github/workflows/code_quality.yml