Skip to content

Fix/upgrade workflows #33

Fix/upgrade workflows

Fix/upgrade workflows #33

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
integration_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run integration tests
run: |
setsid ./ci/integration-test.sh
unit_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run unit tests
run: |
setsid ./ci/unit-test.sh