Skip to content

Add spec/api/schema_spec.rb, refs hitobito/hitobito#2399 #1004

Add spec/api/schema_spec.rb, refs hitobito/hitobito#2399

Add spec/api/schema_spec.rb, refs hitobito/hitobito#2399 #1004

Workflow file for this run

name: 'Lint and test'
on:
# The nightly obuild allows us to notice if changes to the core
# break the wagon.
schedule:
- cron: '38 3 * * *'
push:
paths-ignore:
- 'doc/**'
- '**.md'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
workflow_dispatch: # Allow triggering manually
jobs:
wagon_tests:
uses: hitobito/hitobito/.github/workflows/wagon-tests.yml@master

Check failure on line 19 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Lint and test

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 19, Col: 11): Secret HEARTBEAT_URL is required, but not provided while calling. .github/workflows/tests.yml (Line: 19, Col: 11): Secret HEARTBEAT_TOKEN is required, but not provided while calling.
with:
wagon_repository: ${{ github.event.repository.name }}
wagon_dependency_repository: hitobito_youth