Skip to content

Commit 624f1dd

Browse files
committed
corrected ci.yml
1 parent 906f2b3 commit 624f1dd

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/ci.yml

+12-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
name: CI
2+
23
on: [push]
4+
35
jobs:
46
build-test:
5-
runs-on: ubuntu-latest
6-
steps:
7-
- uses: actions/checkout@v3
8-
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
9-
- uses: php-action/composer@v6
10-
- run: echo "Composer dependancies have been installed"
11-
- run: vendor/bin/phpunit
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v3
11+
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
12+
- uses: php-actions/composer@v6
13+
- run: echo "Composer dependencies have been installed"
14+
- run: vendor/bin/phpunit
15+
16+

0 commit comments

Comments
 (0)