Skip to content

Fix .devcontainer.json to edit source code in the container. #84

Fix .devcontainer.json to edit source code in the container.

Fix .devcontainer.json to edit source code in the container. #84

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- '**.md'
# 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