Skip to content

chore: adapt step description #8

chore: adapt step description

chore: adapt step description #8

name: Example FIWARE test workflow
on:
push:
paths:
- '.github/actions/fiware/**'
- '.github/workflows/fiware_test_example.yml'
- 'utils/fiware/**'
jobs:
fiware_tests:
uses: RWTH-EBC/ci_templates/.github/workflows/fiware_tests.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/fiware_test_example.yml

Invalid workflow file

error parsing called workflow ".github/workflows/fiware_test_example.yml" -> "RWTH-EBC/ci_templates/.github/workflows/fiware_tests.yml@main" : failed to fetch workflow: workflow was not found.
with:
PYTHON_TEST_MATRIX: '["3.10", "3.11", "3.12", "3.13"]'
FIWARE_DIRECTORY: "./utils/fiware"
TEST_PATH: "./utils/fiware"
TEST_ENV_VARS: '["CB_URL=http://localhost:1026", "ORION_LD_URL=http://localhost:1027", "IOTA_URL=http://localhost:4041", "IOTA_UL_URL=http://localhost:4061", "QL_URL=http://localhost:8668", "MQTT_BROKER_URL=mqtt://localhost:1883", "MQTT_BROKER_URL_INTERNAL=mqtt://mqtt-broker:1883", "LD_MQTT_BROKER_URL=mqtt://localhost:1883", "LD_MQTT_BROKER_URL_INTERNAL=mqtt://mqtt-broker:1883", "FIWARE_SERVICE=test_17", "STATIC_RECORDS=199"]'
# INSTALL_FILIP is only necessary for this example workflow. Please DON'T USE IT in your workflow.
INSTALL_FILIP: true