WIP: Add support for the Friendly Forge Format (F3) #1

Closed
earl-warren wants to merge 4 commits from gitea-feature-f3 into gitea-main
Showing only changes of commit 6361b48b21 - Show all commits

View File

@ -554,7 +554,7 @@ steps:
# TODO: We should probably build all dependencies into a test image
- name: test-e2e
image: mcr.microsoft.com/playwright:v1.23.1-focal
image: mcr.microsoft.com/playwright:v1.24.0-focal
commands:
- curl -sLO https://go.dev/dl/go1.18.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea