Skip to content

chore(deps): update actions/checkout digest to 93cb6ef #71

chore(deps): update actions/checkout digest to 93cb6ef

chore(deps): update actions/checkout digest to 93cb6ef #71

Workflow file for this run

name: Unit Test
on: [push]
permissions: {}
jobs:
unit_test:
runs-on: ubuntu-latest
name: Unit test
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install --upgrade pip prettytable
- name: Run suite
run: python test_summary.py -v