Skip to content

Merge pull request #1594 from Hexlet/dependabot/npm_and_yarn/main/bab… #617

Merge pull request #1594 from Hexlet/dependabot/npm_and_yarn/main/bab…

Merge pull request #1594 from Hexlet/dependabot/npm_and_yarn/main/bab… #617

Workflow file for this run

name: CI status
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run CI
run: |
make ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: build/logs/clover.xml
# fail_ci_if_error: true