Merge pull request 'test: make it easier to comment out tests' (#209) from twenty-panda/end-to-end:wip-test into main

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/209
This commit is contained in:
earl-warren 2024-06-23 08:26:01 +00:00
commit 148b7ca98c

View file

@ -21,8 +21,9 @@ runs:
path: /srv/forgejo-binaries
- name: chown/chmod /srv/forgejo-binaries
run: |
chmod +x /srv/forgejo-binaries/*
mkdir -p /srv/forgejo-binaries
chown -R forgejo /srv/forgejo-binaries
chmod -R +x /srv/forgejo-binaries
- run: |
script=$(pwd)/end-to-end.sh
$script run dependencies