fix> update ci
Some checks failed
/ build_and_publish (push) Failing after 8s

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-08-05 18:54:14 +02:00
parent bf8bc013d9
commit 149ce7d5c6

View file

@ -1,10 +1,12 @@
#file: noinspection YAMLSchemaValidation
on: [ push ] on: [ push ]
jobs: jobs:
build_and_publish: build_and_publish:
runs-on: docker
container:
image: gradle
steps: steps:
- name: Checkout - name: Checkout
uses: DiscordBots/liljudd@master uses: actions/checkout@v2
- name: Clean Caches - name: Clean Caches
run: | run: |
rm -f .gradle/caches/modules-2/modules-2.lock rm -f .gradle/caches/modules-2/modules-2.lock