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:
parent
475c16f627
commit
caea17ccb2
2 changed files with 18 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue