Remove extraenous instructions
This commit is contained in:
parent
90cc26c78f
commit
4e14c612b7
1 changed files with 1 additions and 10 deletions
11
.github/workflows/develop.yml
vendored
11
.github/workflows/develop.yml
vendored
|
@ -7,16 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
end-to-end:
|
end-to-end:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
container: vectorim/element-web-ci-e2etests-env:latest
|
||||||
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 }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue