Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/ci yaml #68

Merged
merged 6 commits into from
Dec 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/drive_to_es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

name: CI/CD for drive_to_es

run-name: ${{ github.actor }} is running deployment workflow

on: [push]

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -18,10 +22,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
apt install pipx && \
cd household_expenses/publish/drive_to_es/
sudo apt update && sudo apt install -y pipx && \
pipx install poetry && \
poetry install && \
cd household_expenses/publish/drive_to_es/
make test
make lint
make static-type-check
poetry install
poetry run make test lint static-type-check