Skip to content

Improve Dxm preprocessing scripts #1

Improve Dxm preprocessing scripts

Improve Dxm preprocessing scripts #1

Workflow file for this run

name: cicd_docker
on:
# Run tests for non-draft pull request on main
pull_request:
branches:
- main
env:
DOCKER_IMAGE_NAME: pdal_ign_plugin
jobs:
build_docker image_and_run_tests:

Check failure on line 14 in .github/workflows/cicd_docker.yml

View workflow run for this annotation

GitHub Actions / cicd_docker

Invalid workflow file

The workflow is not valid. .github/workflows/cicd_docker.yml (Line: 14, Col: 3): The identifier 'build_docker image_and_run_tests' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Build docker image
run: docker build -t ${{ env.DOCKER_IMAGE_NAME }}:test .
- name: Run tests in docker image
run: docker run python -m pytest