Skip to content

Commit bf3203c

Browse files
committed
Test extra fake asset
1 parent 5bc8d5f commit bf3203c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
path: |
2727
~/.gradle/caches/neoformruntime/assets
2828
key: mc-assets
29+
- name: Test adding a fake asset
30+
run: |
31+
mkdir -p ~/.gradle/caches/neoformruntime/assets/modern_industrialization
32+
echo "This is a test asset" > ~/.gradle/caches/neoformruntime/assets/modern_industrialization/test.txt
2933
- name: Build with Gradle
3034
run: ./gradlew build
3135
env:

0 commit comments

Comments
 (0)