File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3838 run : docker compose up --detach
3939 - name : Run tests
4040 run : bin/rails test; bin/rails test:system
41+ env :
42+ RUBYOPT : " --enable-frozen-string-literal"
4143 - name : Keep screenshots from failed system tests
4244 uses : actions/upload-artifact@v6
4345 if : failure()
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ WORKDIR /hackathons
55ENV RAILS_ENV="production" \
66 BUNDLE_DEPLOYMENT="1" \
77 BUNDLE_PATH="/usr/local/bundle" \
8- BUNDLE_WITHOUT="development"
8+ BUNDLE_WITHOUT="development" \
9+ RUBYOPT="--enable-frozen-string-literal"
910
1011
1112FROM base AS build
Original file line number Diff line number Diff line change 11class Hackathon < ApplicationRecord
2+ CS = "rr" . succ!
3+
24 include Broadcasting
35 include Eventable
46 include Taggable
You can’t perform that action at this time.
0 commit comments