Update build_develop.yml
parent
ec81bd5715
commit
394907fb7a
|
@ -34,19 +34,11 @@ jobs:
|
||||||
|
|
||||||
- run: mv dist/element-*.tar.gz webapp.tar.gz
|
- run: mv dist/element-*.tar.gz webapp.tar.gz
|
||||||
|
|
||||||
- name: Wait for static analysis to succeed
|
- name: Wait for other steps to succeed
|
||||||
uses: lewagon/wait-on-check-action@v1.0.0
|
uses: lewagon/wait-on-check-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
running-workflow-name: 'Static Analysis'
|
running-workflow-name: 'Build & Upload source maps to Sentry'
|
||||||
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 }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
wait-interval: 10
|
wait-interval: 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue