Skip to content

Commit

Permalink
cicd 3
Browse files Browse the repository at this point in the history
  • Loading branch information
陈思 authored and 陈思 committed Dec 11, 2024
1 parent 41f4ec7 commit e4b4b0a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI/CD Pipeline

on:
push:
branches: [ "main" ]
Expand All @@ -11,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install packages

- name: Install packages
run: make install
- ⁠name: deploy
run: make deploy

- name: Deploy
run: make deploy
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ jobs:
- name: install packages
run: make install
- name: lint
run: make lint
run: make lint
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ locust
Pillow
matplotlib
python-dotenv
gunicorn
gunicorn
astroid

0 comments on commit e4b4b0a

Please sign in to comment.