Skip to content

Commit 3885b9f

Browse files
authored
refactor(CI): rename jobs in CI (#8)
1 parent a87d368 commit 3885b9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
name: CI
2+
13
on:
24
push:
35
branches: ["main"]
46
pull_request:
57

68
jobs:
79
test:
10+
name: Functional Tests
811
runs-on: ubuntu-latest
912

1013
steps:

0 commit comments

Comments
 (0)