Skip to content

Merge pull request #176 from ecmwf-actions/fix-openssl #674

Merge pull request #176 from ecmwf-actions/fix-openssl

Merge pull request #176 from ecmwf-actions/fix-openssl #674

Workflow file for this run

name: ci
# Controls when the workflow will run
on:
# Trigger the workflow on all pushes to main, except on tag creation
push:
branches:
- main
tags-ignore:
- "**"
# Trigger the workflow on all pull requests
pull_request: ~
# Allow workflow to be dispatched on demand
workflow_dispatch: ~
jobs:
# Calls a reusable CI NodeJS workflow to qa & test the current repository.
# It will install dependencies and produce a code coverage report on success.
ci:
name: ci
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci-node.yml@v2
with:
codecov_upload: true
notify_teams: true
secrets:
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}