Skip to content

Adding Simple Gin Unit Tests #48

Adding Simple Gin Unit Tests

Adding Simple Gin Unit Tests #48

Workflow file for this run

name: Urchin CI ⚗️
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
failfast:
uses: ./.github/workflows/failfast.yml
build:
uses: ./.github/workflows/build.yml
needs: failfast
tests:
uses: ./.github/workflows/test.yml

Check failure on line 18 in .github/workflows/pipeline.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pipeline.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pipeline.yml" -> "./.github/workflows/test.yml" : You have an error in your yaml syntax on line 25
needs: build
# release:
# uses: ./.github/workflows/release.yml
# needs: tests
# if: github.ref == 'refs/heads/main'