Skip to content

Merging the changes for v0.8.1 to develop #93

Merging the changes for v0.8.1 to develop

Merging the changes for v0.8.1 to develop #93

Workflow file for this run

name: CI-workflow
on:
pull_request:
push:
branches:
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
uses: azohra/shell-linter@latest
with:
exclude-paths: "tests/shunit2,testdata/html_response,LICENSE"
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: ./tests/test_runner
shell: bash
needs: lint