Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed Apr 19, 2024
1 parent ab35c31 commit 9e3d81f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/acceptance_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ on:

jobs:
ya_x86_64:
name: Build/test x86_64 using YA
name: Build/test x86_64 using YA\
runs-on: auto-provisioned
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- uses: ./.github/workflows/build_and_test_ya_provisioned.yml
with:
runner_label: auto-provisioned
# build_preset: relwithdebinfo
# build_target: ydb/tests/acceptance
# run_build: true
# run_tests: true
# secrets: inherit
build_preset: relwithdebinfo
build_target: ydb/tests/acceptance
run_build: true
run_tests: true
secrets: inherit

0 comments on commit 9e3d81f

Please sign in to comment.