Skip to content

Refactor testing workflow, add sanitizer and valgrind workflow, fix sanitizer and valgrind reports #1

Refactor testing workflow, add sanitizer and valgrind workflow, fix sanitizer and valgrind reports

Refactor testing workflow, add sanitizer and valgrind workflow, fix sanitizer and valgrind reports #1

Workflow file for this run

name: valgrind
on:
workflow_dispatch:
pull_request:
push:
branches: [ "master" ]
tags: [ "*" ]
jobs:
valgrind:
uses: ./.github/workflows/reusable-testing.yml

Check failure on line 12 in .github/workflows/valgrind.yml

View workflow run for this annotation

GitHub Actions / valgrind

Invalid workflow file

The workflow is not valid. In .github/workflows/valgrind.yml (Line: 12, Col: 11): Error from called workflow tarantool/tntcxx/.github/workflows/reusable-testing.yml@fceab62d199c752a4ed669a0bf92e816e06077eb (Line: 14, Col: 15): Unexpected value 'bool' In .github/workflows/valgrind.yml (Line: 12, Col: 11): Error from called workflow tarantool/tntcxx/.github/workflows/reusable-testing.yml@fceab62d199c752a4ed669a0bf92e816e06077eb (Line: 17, Col: 15): Unexpected value 'bool'
with:
runs-on: ubuntu-22.04
build-type: ReleaseWithDebInfo
use-valgrind: true