Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

[compdev-21] Add README.md before archiving the repository #3

[compdev-21] Add README.md before archiving the repository

[compdev-21] Add README.md before archiving the repository #3

Workflow file for this run

name: OTGS CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set github token for composer
run: composer config -g github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: ./vendor/bin/phpunit