Skip to content

Commit

Permalink
Merge branch 'master' of github.com:schmunk42/yii2-giiant
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Mar 26, 2024
2 parents 246087a + 57de9eb commit 013ab5b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-image.yml
@@ -0,0 +1,20 @@
name: Codeception Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
cd tests
make all
make test

0 comments on commit 013ab5b

Please sign in to comment.