Skip to content

Commit 4aff151

Browse files
authored
Rename CI step from 'Setup' to 'build frontend'
1 parent 1b11b82 commit 4aff151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cd frontend
2020
npm ci
2121
22-
- name: Setup
22+
- name: build frontend
2323
run: |
2424
cd frontend
2525
npm run build

0 commit comments

Comments
 (0)