Remove unreachable step level `[ci skip]`

This commit is contained in:
Kazuhiro NISHIYAMA 2019-10-10 16:48:26 +09:00
parent 203b7fa1ae
commit 0b26f56a77
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A
3 changed files with 4 additions and 5 deletions

View File

@ -46,13 +46,13 @@ jobs:
run: make -s ${{ matrix.test_task }} TESTOPTS="$JOBS -q --tty=no"
env:
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
if: matrix.test_task != 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
if: matrix.test_task != 'test-bundled-gems'
- name: Tests (test-bundled-gems)
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
run: make -s ${{ matrix.test_task }} TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
env:
RUBY_TESTOPTS: "-q --tty=no"
if: matrix.test_task == 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
if: matrix.test_task == 'test-bundled-gems'
- name: Leaked Globals
run: make -s leaked-globals
- uses: k0kubun/action-slack@v2.0.0

View File

@ -74,13 +74,13 @@ jobs:
run: make -s ${{ matrix.test_task }} TESTOPTS="$JOBS -q --tty=no"
env:
MSPECOPT: "-ff" # not using `-j` because sometimes `mspec -j` silently dies
if: matrix.test_task != 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
if: matrix.test_task != 'test-bundled-gems'
- name: Tests (test-bundled-gems)
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
run: make -s ${{ matrix.test_task }} TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitest
env:
RUBY_TESTOPTS: "-q --tty=no"
if: matrix.test_task == 'test-bundled-gems' && !contains(github.event.head_commit.message, '[ci skip]')
if: matrix.test_task == 'test-bundled-gems'
- name: Leaked Globals
run: make -s leaked-globals
- name: Debug GitHub context

View File

@ -59,7 +59,6 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
nmake ${{ matrix.test_task }}
if: "!contains(github.event.head_commit.message, '[ci skip]')"
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |