Merge pull request #26847 from frappe/fix-ci-boilerplate-2

fix: CI boilerplate
This commit is contained in:
Md Hussain Nagaria 2024-06-25 14:18:41 +05:30 committed by GitHub
commit a4d396ae50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -624,11 +624,11 @@ name: CI
on:
push:
branches:
- develop
- {branch_name}
pull_request:
concurrency:
group: develop-{app_name}-${{{{ github.event.number }}}}
group: {branch_name}-{app_name}-${{{{ github.event.number }}}}
cancel-in-progress: true
jobs:
@ -697,7 +697,9 @@ jobs:
${{{{ runner.os }}}}-yarn-
- name: Install MariaDB Client
run: sudo apt-get install mariadb-client-10.6
run: |
sudo apt update
sudo apt-get install mariadb-client-10.6
- name: Setup
run: |