Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Commit 8130e45

Browse files
committed
try github workflows
1 parent ffb1da3 commit 8130e45

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Run Codeception test cases
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v2
12+
13+
- name: Install dependencies
14+
run: composer install
15+
16+
- name: Run test cases
17+
run: php vendor/bin/codecept run

0 commit comments

Comments
 (0)