Skip to content

add build test image step #7

add build test image step

add build test image step #7

Workflow file for this run

name: ci
on:
push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v4
- name: Build test image
run: "docker build -t tronikel/conflict-marker.nvim-test ."
- name: Run tests
run: "./run_tests.sh"