Skip to content

Merge pull request #154 from ecmwf-actions/fix/dep-tree #623

Merge pull request #154 from ecmwf-actions/fix/dep-tree

Merge pull request #154 from ecmwf-actions/fix/dep-tree #623

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 }}