Skip to content

Commit fcb0f34

Browse files
committed
github actions
1 parent 0f96309 commit fcb0f34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: CI
2-
run-name: continuous integration actions
1+
name: tests
2+
run-name: run tests and create code coverage
33
on: [push]
44
jobs:
5-
test:
5+
test-php83:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout Code

0 commit comments

Comments
 (0)