Skip to content

Commit 15d89de

Browse files
authored
fix: performance ftl cron job (#15545)
1 parent 91730db commit 15d89de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/performance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
steps:
9494
- uses: actions/checkout@v4
9595
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
96+
- name: Setup Bundler
97+
run: scripts/setup_bundler.sh
98+
- name: Install xcpretty
99+
run: gem install xcpretty
96100
- uses: actions/setup-python@v5
97101
with:
98102
python-version: '3.11'

0 commit comments

Comments
 (0)