Skip to content

Commit b787a27

Browse files
committed
Add fake asset
1 parent 61ca74d commit b787a27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
~/.gradle/caches/neoformruntime/assets
2828
key: mc-assets-does-not-exist
2929
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
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
3434
- name: Build with Gradle
3535
run: ./gradlew build
3636
env:

0 commit comments

Comments
 (0)