test
Some checks failed
Update wiki / test (push) Failing after 49s

This commit is contained in:
Ashley Graves 2024-08-01 01:35:58 +02:00
parent 6b18659c2f
commit 935a90262c

View file

@ -4,6 +4,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "[TEMP] Add cache"
run: |
mkdir cache
- name: "Clone modpack"
uses: actions/checkout@v3
with: