Skip to content

Commit

Permalink
chore: change workflow (#1224)
Browse files Browse the repository at this point in the history
- other way around
  • Loading branch information
leszek-vechain authored Sep 2, 2024
1 parent b86a81e commit 8c013f0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build and Lint

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main-ci
name: Main CI

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Sonar Scan
on:
workflow_run:
workflows: [Unit tests]
types:
workflows: [PR Checks, Main CI]
types:
- completed

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-integration-test-browser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run unit tests
name: Unit tests for browser

on:
workflow_call:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/unit-integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Unit tests
name: Unit tests for node

on:
workflow_call:

env:
GH_TOKEN: ${{ secrets.MY_TOKEN }}

jobs:
build:
name: Build & Lint
Expand Down

1 comment on commit 8c013f0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.39% (3642/3664) 97.59% (974/998) 99.86% (734/735)
Title Tests Skipped Failures Errors Time
core 548 0 💤 0 ❌ 0 🔥 1m 21s ⏱️
network 686 0 💤 0 ❌ 0 🔥 3m 49s ⏱️
errors 43 0 💤 0 ❌ 0 🔥 14.363s ⏱️

Please sign in to comment.