mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove deps step
This commit is contained in:
5
.github/workflows/test-diffcalc.yml
vendored
5
.github/workflows/test-diffcalc.yml
vendored
@ -50,9 +50,6 @@ jobs:
|
|||||||
echo "${{ github.event.comment.body }} doesn't contain ${{ matrix.ruleset.id }}"
|
echo "${{ github.event.comment.body }} doesn't contain ${{ matrix.ruleset.id }}"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: sudo apt-get install -y pv
|
|
||||||
|
|
||||||
- name: Verify MySQL connection from host
|
- name: Verify MySQL connection from host
|
||||||
run: |
|
run: |
|
||||||
mysql --host ${{ env.DB_HOST }} --port ${{ env.DB_PORT }} -u${{ env.DB_USER }} -e "SHOW DATABASES"
|
mysql --host ${{ env.DB_HOST }} --port ${{ env.DB_PORT }} -u${{ env.DB_USER }} -e "SHOW DATABASES"
|
||||||
@ -164,4 +161,4 @@ jobs:
|
|||||||
DESC
|
DESC
|
||||||
LIMIT 10000;"
|
LIMIT 10000;"
|
||||||
|
|
||||||
# Todo: Run ppcalc
|
# Todo: Run ppcalc
|
||||||
|
Reference in New Issue
Block a user