зеркало из https://github.com/github/ruby.git
proper path
Source code is not always checked out to `.`. We need to specify the exact place where the action.yml file is located.
This commit is contained in:
Родитель
48e646fd96
Коммит
4aa73f8f8a
|
@ -142,7 +142,7 @@ jobs:
|
|||
- run: make test-annocheck
|
||||
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
|
||||
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.entry.name }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
|
@ -267,7 +267,7 @@ jobs:
|
|||
- run: make test-annocheck
|
||||
if: ${{ matrix.entry.check && endsWith(matrix.entry.name, 'annocheck') }}
|
||||
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.entry.name }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
|
@ -95,7 +95,7 @@ jobs:
|
|||
PRECHECK_BUNDLED_GEMS: "no"
|
||||
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests != '' }}
|
||||
continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.test_task }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
make ${{ StartsWith(matrix.test_task, 'spec/') && matrix.test_task || 'test-spec' }}
|
||||
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test-spec' || StartsWith(matrix.test_task, 'spec/')}}
|
||||
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.msystem }} / ${{ matrix.test_task }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
- run: make ${{ matrix.task }}
|
||||
- run: git diff --exit-code
|
||||
working-directory: src
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
if: ${{ failure() && github.event_name == 'push' }}
|
||||
|
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
env:
|
||||
GNUMAKEFLAGS: ""
|
||||
RUN_OPTS: ${{ matrix.run_opts }}
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.run_opts }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
|
@ -127,7 +127,7 @@ jobs:
|
|||
TESTS: ${{ matrix.skipped_tests }}
|
||||
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests != '' }}
|
||||
continue-on-error: ${{ matrix.continue-on-skipped_tests || false }}
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.test_task }} ${{ matrix.configure }}${{ matrix.arch }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
ruby ./bootstraptest/runner.rb --ruby="$(which wasmtime) run $PWD/../build/ruby --mapdir /::./ -- " --verbose "--sets=$NO_THREAD_TESTS"
|
||||
working-directory: src
|
||||
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.name }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
env:
|
||||
RUBY_TESTOPTS: -j${{env.TEST_JOBS}} --job-status=normal
|
||||
timeout-minutes: 60
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: VS${{ matrix.vs }} / ${{ matrix.test_task || 'check' }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
|
@ -159,7 +159,7 @@ jobs:
|
|||
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||
if: ${{ matrix.test_task == 'yjit-bench' && startsWith(github.event_name, 'pull') }}
|
||||
|
||||
- uses: ./.github/actions/slack
|
||||
- uses: ./src/.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.test_task }} ${{ matrix.configure }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
|
|
Загрузка…
Ссылка в новой задаче