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 61ca74d commit b787a27Copy full SHA for b787a27
.github/workflows/build.yml
@@ -27,10 +27,10 @@ jobs:
27
~/.gradle/caches/neoformruntime/assets
28
key: mc-assets-does-not-exist
29
restore-keys: mc-assets-
30
-# - name: Test adding a fake asset
31
-# run: |
32
-# mkdir -p ~/.gradle/caches/neoformruntime/assets/modern_industrialization
33
-# echo "This is a test asset" > ~/.gradle/caches/neoformruntime/assets/modern_industrialization/test.txt
+ - name: Test adding a fake asset
+ run: |
+ mkdir -p ~/.gradle/caches/neoformruntime/assets/modern_industrialization
+ echo "This is a test asset" > ~/.gradle/caches/neoformruntime/assets/modern_industrialization/test.txt
34
- name: Build with Gradle
35
run: ./gradlew build
36
env:
0 commit comments