mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Update build_develop.yml (#22820)
This commit is contained in:
parent
e1d4817d54
commit
4d277a6bd9
1 changed files with 16 additions and 0 deletions
16
.github/workflows/build_develop.yml
vendored
16
.github/workflows/build_develop.yml
vendored
|
@ -34,6 +34,22 @@ jobs:
|
|||
|
||||
- run: mv dist/element-*.tar.gz webapp.tar.gz
|
||||
|
||||
- name: Wait for static analysis to succeed
|
||||
uses: lewagon/wait-on-check-action@v1.0.0
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
running-workflow-name: 'Static Analysis'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
wait-interval: 10
|
||||
|
||||
- name: Wait for tests to succeed
|
||||
uses: lewagon/wait-on-check-action@v1.0.0
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
running-workflow-name: 'Tests'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
wait-interval: 10
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: webapp
|
||||
|
|
Loading…
Reference in a new issue