Skip to content

Commit

Permalink
Add custom test
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Nov 13, 2024
1 parent fe63594 commit db9df0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,20 @@ jobs:
with:
name: regression_tests_coverage_data
path: results/*.info

custom-regression-tests:
name: Custom regression tests
runs-on: [ self-hosted, Linux, X64, gcp-custom-runners ]
container: centos:8
env:
GHA_EXTERNAL_DISK: additional-tools
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Prepare Environment
run: _secret_prepare_env

- name: Run tests
run: _secret_custom_test

0 comments on commit db9df0c

Please sign in to comment.