Make GH actions clone from the correct fork and cleanup

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-29 13:42:12 +02:00
parent 5e934c17da
commit 5b65528038
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
2 changed files with 29 additions and 33 deletions

View file

@ -10,6 +10,8 @@ on:
jobs:
end-to-end:
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{github.event.number}}
container: vectorim/element-web-ci-e2etests-env:latest
steps:
- name: Checkout code