Skip to content

Update tests.yml for ignoring to edit documents. #62

Update tests.yml for ignoring to edit documents.

Update tests.yml for ignoring to edit documents. #62

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches: [ "main" ]
# ENTRYPOINT: `container-entry-point.sh` build and ctest
jobs:
build-and-test:
runs-on: ubuntu-22.04
name: Build-and-Run
steps:
- name: Checkout
uses: actions/checkout@v4
- name: build container image
run: |
docker build . -t elfconv-image
docker run --name elfconv-container elfconv-image