Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Oct 24, 2023
1 parent a8b83ee commit b2300f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
mysql --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL character_set_server = 'utf8mb4'"
mysql --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"
echo "Starting Bench..."
cd ~/frappe-bench
sed -i 's/^watch:/# watch:/g' Procfile
sed -i 's/^schedule:/# schedule:/g' Procfile
bench start &> ~/frappe-bench/bench_start.log &
- name: Install
Expand All @@ -96,6 +99,9 @@ jobs:
env:
CI: 'Yes'

- name: Show bench output
run: cat ~/frappe-bench/bench_start.log || true

- name: Site Setup
run: |
cd ~/frappe-bench/
Expand Down

0 comments on commit b2300f8

Please sign in to comment.