Skip to content

Merge pull request #1591 from Hexlet/dependabot/github_actions/action… #8

Merge pull request #1591 from Hexlet/dependabot/github_actions/action…

Merge pull request #1591 from Hexlet/dependabot/github_actions/action… #8

Workflow file for this run

name: Solutions status
on:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jpribyl/[email protected]
- 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