Skip to content

Commit 4f6567d

Browse files
authored
Update ci.yml
1 parent 0c8be6c commit 4f6567d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: CI for Simulation Management Platform
22

33
on:
44
push:
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: '3.x'
3030

31-
- name: Install backend dependencies
31+
- name: Install dependencies
3232
run: |
3333
cd backend
3434
python -m pip install --upgrade pip
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
node-version: '16.x'
5454

55-
- name: Install frontend dependencies
55+
- name: Install dependencies
5656
run: |
5757
cd frontend
5858
npm install

0 commit comments

Comments
 (0)