Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Update to new permission handling #5

Update to new permission handling

Update to new permission handling #5

Workflow file for this run

name: Pytest Unit Tests
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout code
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Build the Project
run: make init build
- name: Start WEI
run: make start
- name: Test with pytest
run: make test
- name: Cleanup
run: make remove