mirror of https://github.com/statping/statping
removed cypress tests
parent
d18633f494
commit
29659a4413
|
@ -322,7 +322,7 @@ jobs:
|
||||||
build/statping-windows-arm.zip
|
build/statping-windows-arm.zip
|
||||||
|
|
||||||
docker-release:
|
docker-release:
|
||||||
needs: [test, cypress-tests, build-linux, build-mac, build-windows]
|
needs: [test, build-linux, build-mac, build-windows]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
|
@ -351,7 +351,7 @@ jobs:
|
||||||
tags: "latest,v${{ env.VERSION }}"
|
tags: "latest,v${{ env.VERSION }}"
|
||||||
|
|
||||||
sentry-release:
|
sentry-release:
|
||||||
needs: [test, cypress-tests, build-linux, build-mac, build-windows]
|
needs: [test, build-linux, build-mac, build-windows]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
|
@ -384,7 +384,7 @@ jobs:
|
||||||
environment: production
|
environment: production
|
||||||
|
|
||||||
homebrew-release:
|
homebrew-release:
|
||||||
needs: [test, cypress-tests, build-linux, build-mac, build-windows]
|
needs: [test, build-linux, build-mac, build-windows]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
|
@ -401,7 +401,7 @@ jobs:
|
||||||
run: make publish-homebrew
|
run: make publish-homebrew
|
||||||
|
|
||||||
slack-update:
|
slack-update:
|
||||||
needs: [test, cypress-tests, build-linux, build-mac, build-windows]
|
needs: [test, build-linux, build-mac, build-windows]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Statping Repo
|
- name: Checkout Statping Repo
|
||||||
|
|
Loading…
Reference in New Issue