We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf2941 commit c18c512Copy full SHA for c18c512
.github/workflows/check.yml
@@ -402,6 +402,9 @@ jobs:
402
echo 524288 | sudo tee -a /proc/sys/fs/inotify/max_queued_events
403
echo 524288 | sudo tee -a /proc/sys/fs/inotify/max_user_instances
404
sudo sysctl -p
405
+
406
+ # temporary, until we can get SKIP_BUNDLING to work
407
+ - run: npm run bundle-data
408
409
- name: Gradle
410
uses: gradle/gradle-build-action@v2
0 commit comments