Skip to content

Commit

Permalink
Merge pull request #11 from Pletacka-IoT/dev
Browse files Browse the repository at this point in the history
Add overview
  • Loading branch information
JakubAndrysek authored Feb 9, 2021
2 parents 23c3ce8 + e0bfb1e commit e767d81
Show file tree
Hide file tree
Showing 47 changed files with 717,713 additions and 320 deletions.
40 changes: 15 additions & 25 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
name: PHP Composer
name: PHP Tests

on: [push, pull_request]

jobs:
build:
tests:
runs-on: ubuntu-latest
name: PHP 8.0 tests
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
coverage: none

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Validate composer.json and composer.lock
run: composer validate

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest

- name: Nette Tester
run: ./vendor/bin/tester -p php
- run: composer install --no-progress --prefer-dist
- run: vendor/bin/tester tests -s -C
- if: failure()
run: for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done
shell: bash
11 changes: 11 additions & 0 deletions .idea/deployment.xml

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

46 changes: 46 additions & 0 deletions .idea/intellij-latte/xmlSources/Latte.dtd

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

35 changes: 27 additions & 8 deletions .idea/intellij-latte/xmlSources/Latte.xml

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

3 changes: 2 additions & 1 deletion .idea/intellij-latte/xmlSources/NetteApplication.xml

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

1 change: 1 addition & 0 deletions .idea/intellij-latte/xmlSources/NetteForms.xml

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

5 changes: 4 additions & 1 deletion .idea/sshConfigs.xml

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

9 changes: 8 additions & 1 deletion .idea/webServers.xml

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

Loading

0 comments on commit e767d81

Please sign in to comment.