Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardabeyazoglu committed Jan 30, 2024
1 parent 0f96309 commit fcb0f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI
run-name: continuous integration actions
name: tests
run-name: run tests and create code coverage
on: [push]
jobs:
test:
test-php83:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit fcb0f34

Please sign in to comment.