File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 88
88
fi
89
89
- name : Increase the amount of inotify watchers
90
90
run : echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
91
+ - name : Set packer version environment variable
92
+ run : |
93
+ echo "CI_PACKER_VERSION=${{ matrix.versions == 'oldest' && 'old' || 'new' }}" >> $GITHUB_ENV
91
94
- name : Main CI
92
95
if : steps.changed-files.outputs.any_changed == 'true'
93
96
run : bundle exec rake run_rspec:${{ matrix.versions == 'oldest' && 'web' || 'shaka' }}packer_examples
Original file line number Diff line number Diff line change @@ -190,6 +190,9 @@ jobs:
190
190
git config user.name "Your Name"
191
191
git commit -am "stop generators from complaining about uncommitted code"
192
192
- run : cd spec/dummy && bundle info shakapacker
193
+ - name : Set packer version environment variable
194
+ run : |
195
+ echo "CI_PACKER_VERSION=${{ matrix.versions == 'oldest' && 'old' || 'new' }}" >> $GITHUB_ENV
193
196
- name : Main CI
194
197
run : bundle exec rake run_rspec:all_dummy
195
198
- name : Store test results
You can’t perform that action at this time.
0 commit comments