ci: added collation server for mariadb
This commit is contained in:
4
.github/helper/install.sh
vendored
4
.github/helper/install.sh
vendored
@@ -2,6 +2,10 @@
|
|||||||
set -e
|
set -e
|
||||||
cd ~ || exit
|
cd ~ || exit
|
||||||
|
|
||||||
|
sudo apt update
|
||||||
|
sudo apt remove mysql-server mysql-client
|
||||||
|
sudo apt install libcups2-dev redis-server mariadb-client-10.6
|
||||||
|
|
||||||
echo "Setting Up Bench..."
|
echo "Setting Up Bench..."
|
||||||
|
|
||||||
pip install frappe-bench
|
pip install frappe-bench
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -83,8 +83,6 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
|
bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
|
||||||
env:
|
|
||||||
BRANCH_TO_CLONE: ${{ env.HR_BRANCH }}
|
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: cd ~/frappe-bench/ && bench --site lms.test run-parallel-tests --app lms --total-builds 2 --build-number ${{ matrix.container }}
|
run: cd ~/frappe-bench/ && bench --site lms.test run-parallel-tests --app lms --total-builds 2 --build-number ${{ matrix.container }}
|
||||||
|
|||||||
Reference in New Issue
Block a user