From fcb0f341372af8647475cfb5c77caae65edcb645 Mon Sep 17 00:00:00 2001 From: Arda Beyazoglu Date: Tue, 30 Jan 2024 14:23:39 +0100 Subject: [PATCH] github actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d56060e..293f40e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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