Skip to content

Remove tarantula task since its not needed anymore #1921

Remove tarantula task since its not needed anymore

Remove tarantula task since its not needed anymore #1921

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
inputs:
core_ref:
description: Use a specific version of the core for the workflow run. Defaults to master.
type: string
default: 'master'
wagon_dependency_ref:
description: Use a specific version of the wagon dependency for the workflow run. Defaults to master.
type: string
default: 'master'
jobs:
wagon_tests:
uses: hitobito/hitobito/.github/workflows/wagon-tests.yml@psql-migration

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

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tests.yml" -> "hitobito/hitobito/.github/workflows/wagon-tests.yml@psql-migration" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
wagon_repository: ${{ github.event.repository.name }}
wagon_dependency_repository: hitobito_youth
core_ref: ${{ inputs.core_ref }}
wagon_dependency_ref: ${{ inputs.wagon_dependency_ref }}
secrets:
HEARTBEAT_URL: ${{ secrets.HEARTBEAT_URL }}
HEARTBEAT_TOKEN: ${{ secrets.HEARTBEAT_TOKEN }}