Skip to content

Commit 980665f

Browse files
committed
Cleanup speaker bios, disable CC in CI
1 parent fff87e0 commit 980665f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/spec.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- run: sudo apt-get install xvfb
4747
- name: Install JavaScript libraries via npm
4848
run: npm install
49-
- name: set up CodeClimate test-reporter
50-
run: |
51-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR
52-
chmod +x $CCTR
53-
$CCTR before-build
49+
# - name: set up CodeClimate test-reporter
50+
# run: |
51+
# curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR
52+
# chmod +x $CCTR
53+
# $CCTR before-build
5454
- name: Prepare spec
5555
run: |
5656
rm -f osem_test osem_development

app/views/proposals/_speaker_info.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
- if (defined?(show_bio) && show_bio) && speaker.biography?
1717
.row.speakerbio
1818
.col-md-12
19-
= markdown(speaker.biography)
19+
= restricted_markdown(speaker.biography, truncate: 500)

0 commit comments

Comments
 (0)