mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
uudi needs to be str
This commit is contained in:
parent
581f0ad49f
commit
d99ee33767
2 changed files with 24 additions and 23 deletions
1
.github/workflows/_deploy_lambda.yml
vendored
1
.github/workflows/_deploy_lambda.yml
vendored
|
|
@ -115,3 +115,4 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
46
.github/workflows/unit_tests.yml
vendored
46
.github/workflows/unit_tests.yml
vendored
|
|
@ -1,30 +1,30 @@
|
||||||
name: Run unit tests
|
# name: Run unit tests
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches:
|
# branches:
|
||||||
- "**"
|
# - "**"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
test:
|
# test:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout code
|
# - name: Checkout code
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python 3.11
|
# - name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v4
|
# uses: actions/setup-python@v4
|
||||||
with:
|
# with:
|
||||||
python-version: '3.11'
|
# python-version: '3.11'
|
||||||
|
|
||||||
- name: Install tox via Makefile
|
# - name: Install tox via Makefile
|
||||||
run: |
|
# run: |
|
||||||
make setup
|
# make setup
|
||||||
|
|
||||||
- name: Run tests with tox via Makefile
|
# - name: Run tests with tox via Makefile
|
||||||
env:
|
# env:
|
||||||
EPC_AUTH_TOKEN: ${{ secrets.DEV_EPC_AUTH_TOKEN }}
|
# EPC_AUTH_TOKEN: ${{ secrets.DEV_EPC_AUTH_TOKEN }}
|
||||||
run: |
|
# run: |
|
||||||
make test
|
# make test
|
||||||
Loading…
Add table
Reference in a new issue