Skip to content

Commit 013ab5b

Browse files
committed
Merge branch 'master' of github.com:schmunk42/yii2-giiant
2 parents 246087a + 57de9eb commit 013ab5b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Codeception Tests
2+
on:
3+
push:
4+
branches: [ "master" ]
5+
pull_request:
6+
branches: [ "master" ]
7+
8+
jobs:
9+
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v3
16+
- name: Build the Docker image
17+
run: |
18+
cd tests
19+
make all
20+
make test

0 commit comments

Comments
 (0)