1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-15 19:42:04 +00:00

ci: use more tmpfs and noatime for faster CI

This commit is contained in:
Michael Kriese 2024-11-19 10:50:18 +01:00
parent 475c16f627
commit caea17ccb2
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 18 additions and 6 deletions

View file

@ -1,3 +1,5 @@
# TODO:
# - [ ] prepare a forgejo ci image with the necessary tools and forgejo user
runs:
using: "composite"
steps:
@ -7,6 +9,7 @@ runs:
# ignore if the user already exists (like with the playwright image)
adduser --quiet --comment forgejo --disabled-password forgejo || true
chown -R forgejo:forgejo .
- uses: https://codeberg.org/fnetx/setup-cache-go@b2214eaf6fb44c7e8512c0f462a2c3ec31f86a73
with:
username: forgejo