Skip to content

Commit

Permalink
Merge branch 'NEW_ci_google_chat_notification'
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed May 21, 2024
2 parents 2d5e376 + 65680dd commit bd10020
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
run: |
sudo apt-get update
sudo apt install gcc libffi-dev libssl-dev nodejs npm libyaml-dev libxslt1-dev
#sudo apt install rustc cargo # needed for pip cryptography in some python versions without egg
- uses: actions/setup-python@v2
with:
Expand All @@ -42,10 +41,6 @@ jobs:
node-version: 20
- name: Install dependencies
run: |
#pip install "setuptools_rust" # requirements for cryptography
#pip install "cachetools<5.0" # requirement from google-auth
#pip install "async-timeout<4.0" # requirement from aiohttp
#pip install "aiohttp<3.8"
make api-deps
make ui-deploy
- uses: BSFishy/pip-action@v1
Expand All @@ -62,6 +57,12 @@ jobs:
parallel: true
flag-name: Unit tests

- name: Notify
uses: Som-Energia/ghactions-notify@main
if: always()
with:
webhook: ${{ secrets.WEBHOOK_ALERTES_WEBAPPS }}

coveralls_finish:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd10020

Please sign in to comment.