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:
commit
148b7ca98c
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ runs:
|
||||||
path: /srv/forgejo-binaries
|
path: /srv/forgejo-binaries
|
||||||
- name: chown/chmod /srv/forgejo-binaries
|
- name: chown/chmod /srv/forgejo-binaries
|
||||||
run: |
|
run: |
|
||||||
chmod +x /srv/forgejo-binaries/*
|
mkdir -p /srv/forgejo-binaries
|
||||||
chown -R forgejo /srv/forgejo-binaries
|
chown -R forgejo /srv/forgejo-binaries
|
||||||
|
chmod -R +x /srv/forgejo-binaries
|
||||||
- run: |
|
- run: |
|
||||||
script=$(pwd)/end-to-end.sh
|
script=$(pwd)/end-to-end.sh
|
||||||
$script run dependencies
|
$script run dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue