Skip to content

Commit

Permalink
feat: Updated .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 19, 2024
1 parent f62a79e commit 6e41bb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: FastGPT GitHub Actions Workflow


pull_request_target:
branches:
- main

jobs:
build-and-deploy:

env:
FASTGPT_TOKEN: ${{ secrets.FASTGPT_TOKEN }}

Expand Down Expand Up @@ -29,6 +37,9 @@ jobs:

- name: Run tests and coverage
run: pytest --cov
- name: Build and deploy
run: |
echo Deploying FastGPT application
run: pytest -v --cov

- name: Deploy FastGPT application
Expand Down

0 comments on commit 6e41bb2

Please sign in to comment.