Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: more restrictions on selecting days #605

Merged
merged 12 commits into from
Aug 7, 2024
Merged
17 changes: 17 additions & 0 deletions .github/workflows/ci-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
## for copy pasting in shell
# bun playwright show-report

- name: coverage reports
run: npx --yes lcov-result-merger 'coverage/**/lcov.info' 'coverage/lcov.info'

- name: stop agents
run: bun nx-cloud complete-ci-run
if: always()
Expand All @@ -83,3 +86,17 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30
- uses: actions/upload-artifact@v3
if: always()
with:
name: coverage-report
path: coverage/lcov.info
retention-days: 30

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}


38 changes: 0 additions & 38 deletions .github/workflows/ci.yml

This file was deleted.

207 changes: 0 additions & 207 deletions .github/workflows/main.yml

This file was deleted.

Loading
Loading