Skip to content

Commit

Permalink
Merge pull request #427 from oat-sa/feature/ADF-1102/github-ci
Browse files Browse the repository at this point in the history
Feature ADF-1102 CI pipeline
  • Loading branch information
wazelin authored Jul 18, 2022
2 parents bf67410 + 1c4cb01 commit 046cf1a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Continuous integration

on:
push:
branches: [ master, develop ]
pull_request:
branches: [ develop ]

jobs:
ci:
runs-on: ${{ matrix.operating-system }}

strategy:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '7.4', '8.0', '8.1' ]
include:
- php-version: '7.4'
coverage: true

steps:
- name: CI
uses: oat-sa/tao-extension-ci-action@v1
with:
php: ${{ matrix.php-version }}
coverage: ${{ matrix.coverage }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
extension-tao-test
==================

[![codecov](https://codecov.io/gh/oat-sa/extension-tao-test/branch/master/graph/badge.svg)](https://codecov.io/gh/oat-sa/extension-tao-test)

extension to manage tests for TAO

0 comments on commit 046cf1a

Please sign in to comment.