Skip to content

Commit

Permalink
Merge branch 'release-8.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 21, 2022
2 parents edce2ba + 042311b commit ac55af0
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 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-testtaker
=======================

[![codecov](https://codecov.io/gh/oat-sa/extension-tao-testtaker/branch/master/graph/badge.svg?token=JKzGLcKIrF)](https://codecov.io/gh/oat-sa/extension-tao-testtaker)

extension to manage test takers for TAO
2 changes: 1 addition & 1 deletion views/js/loader/taoTestTaker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion views/js/loader/taoTestTaker.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac55af0

Please sign in to comment.