Skip to content

Commit e5cf375

Browse files
authored
Update main.yml
1 parent 75746fc commit e5cf375

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
name: CI
2-
on:
3-
push:
4-
branches: [ master ]
5-
pull_request:
6-
branches: [ master ]
2+
3+
on: [push]
74

85
jobs:
96
build:
107
runs-on: ubuntu-latest
11-
8+
129
steps:
13-
- uses: actions/checkout@v2
14-
15-
- name: Install composer
16-
uses: php-actions/composer@v1
17-
18-
- name: Run PHPUnit
19-
uses: php-actions/phpunit@v1
20-
with:
21-
config: ./phpunit.xml
22-
memory: 256M
10+
- uses: actions/checkout@v2
11+
12+
- name: Install composer
13+
uses: php-actions/composer@v1
14+
15+
- name: Run PHPUnit
16+
uses: php-actions/phpunit@v9
17+
with:
18+
configuration: ./phpunit.xml
19+
memory_limit: 256M

0 commit comments

Comments
 (0)