Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jun 15, 2024
1 parent d5d73a6 commit e7a2f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
configurePreset: 'release'
buildPreset: 'perftests-build'

- name: Run performance tests
run: build/release/test/perftest/oasvalidator-perftests --benchmark_format=json > build/debug/docs/benchmark.json
#- name: Run performance tests
# run: build/release/test/perftest/oasvalidator-perftests --benchmark_format=json > build/debug/docs/benchmark.json

- name: Convert benchmark.json to benchmark.rst
run: python .github/workflows/convert_json_to_rst.py build/debug/docs/benchmark.json build/debug/docs/benchmark.rst
#- name: Convert benchmark.json to benchmark.rst
# run: python .github/workflows/convert_json_to_rst.py build/debug/docs/benchmark.json build/debug/docs/benchmark.rst

- name: Build docs and code coverage
uses: lukka/run-cmake@v10
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ cpp-oasvalidator
@EXHALE_REL_OUTPUT_DIR@/library_root
codecov
classdiagram
benchmark
genindex

0 comments on commit e7a2f2c

Please sign in to comment.