Skip to content

Remove failing test case #27

Remove failing test case

Remove failing test case #27

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build-rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify package builds
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify docker image builds
run: docker build .
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
file: crates/markdown-extract/CHANGELOG.md
pattern: "v2.0.0"