Skip to content

Commit

Permalink
Merge pull request #68 from yuwtennis/fix/ci-yaml
Browse files Browse the repository at this point in the history
Fix/ci yaml
  • Loading branch information
yuwtennis authored Dec 9, 2023
2 parents 36d8298 + 1c9dac9 commit 3198cd7
Showing 1 changed file with 8 additions and 6 deletions.
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

0 comments on commit 3198cd7

Please sign in to comment.