Skip to content

Commit e9dfd5b

Browse files
author
Som Bhattacharjee
committed
[#1] Rename CI test stage
1 parent defa9e8 commit e9dfd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818
- name: Static Code Analysis
1919
run: make setup-ci && make static-code-analysis
20-
- name: Unit Tests
20+
- name: Unit and Integration Tests
2121
run: |
2222
sudo apt-get update
2323
make setup-ci && make ci-all

0 commit comments

Comments
 (0)