mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Remove extraenous instructions
This commit is contained in:
parent
90cc26c78f
commit
4e14c612b7
11
.github/workflows/develop.yml
vendored
11
.github/workflows/develop.yml
vendored
@ -7,16 +7,7 @@ on:
|
||||
jobs:
|
||||
end-to-end:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: ${{ github.workspace }}
|
||||
container:
|
||||
image: vectorim/element-web-ci-e2etests-env:latest
|
||||
env:
|
||||
CI_PACKAGE: true
|
||||
GITHUB_HEAD_REF: ${{ github.head_ref }}
|
||||
GITHUB_BASE_REF: ${{ github.base_ref }}
|
||||
container: vectorim/element-web-ci-e2etests-env:latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user