Skip to content

Feat project details map component #98

Feat project details map component

Feat project details map component #98

Workflow file for this run

name: PR Tests
on:
pull_request:
branches:
- main
- staging
- development
# Workflow is triggered only if src changes
paths:
- src/**
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
pytest:
uses: ./.github/workflows/r-pytest.yml
with:

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

View workflow run for this annotation

GitHub Actions / PR Tests

Invalid workflow file

The workflow is not valid. hotosm/fmtm/.github/workflows/r-pytest.yml@6f9f161784accf865ca49aa8357dddc925c630be (Line: 18, Col: 11): Input image_names is required, but not provided while calling. hotosm/fmtm/.github/workflows/r-pytest.yml@6f9f161784accf865ca49aa8357dddc925c630be (Line: 20, Col: 19): Invalid input, image_name is not defined in the referenced workflow.
image_tag: ci-${{ github.base_ref }}
secrets: inherit
frontend-tests:
uses: ./.github/workflows/r-frontend_tests.yml