Skip to content

Commit 8c15eda

Browse files
committed
Add tapico env var
1 parent 96248bb commit 8c15eda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/sorbet.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
3131
- name: Generate Sorbet RBI files
3232
run: |
33-
bundle exec tapioca annotations
34-
bundle exec tapioca gems
35-
bundle exec tapioca dsl
33+
RUNNING_TAPIOCA=true \
34+
bundle exec tapioca annotations && \
35+
bundle exec tapioca gems && \
36+
bundle exec tapioca dsl
3637
3738
- name: Run Sorbet type check
3839
run: |

0 commit comments

Comments
 (0)