1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 09:34:04 +00:00

Initial commit

This commit is contained in:
Samuel Štancl 2020-07-06 14:25:02 +02:00
commit 1418a51fef
11 changed files with 6071 additions and 0 deletions

16
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: CI
on: [ push, pull_request ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: composer install
- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
- name: Run tests
run: phpunit