mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Add back ruleset check
This commit is contained in:
parent
893a4d4365
commit
c6d71e1ae8
7
.github/workflows/test-diffcalc.yml
vendored
7
.github/workflows/test-diffcalc.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
|||||||
contains(github.event.comment.body, '!pp check') &&
|
contains(github.event.comment.body, '!pp check') &&
|
||||||
${{ github.event.comment.author_association == 'MEMBER' }}
|
${{ github.event.comment.author_association == 'MEMBER' }}
|
||||||
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -40,6 +39,12 @@ jobs:
|
|||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Verify ruleset
|
||||||
|
if: contains(github.event.comment.body, matrix.ruleset.id) == false
|
||||||
|
run: |
|
||||||
|
echo "${{ github.event.comment.body }} doesn't contain ${{ matrix.ruleset.id }}"
|
||||||
|
exit 1
|
||||||
|
|
||||||
- name: Verify MySQL connection from host
|
- name: Verify MySQL connection from host
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y mysql-client
|
sudo apt-get install -y mysql-client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user