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 cbd313e commit 1f04cb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions Workflow
name: FastGPT GitHub Actions Workflow

on:
push:
Expand All @@ -25,11 +25,11 @@ jobs:
run: pip install -r requirements.txt

- name: Run tests
run: pytest
run: pytest --cov

- name: Deploy application
- name: Deploy FastGPT application
run: |
# Add deployment commands here
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FASTGPT_TOKEN: ${{ secrets.FASTGPT_TOKEN }}

0 comments on commit 1f04cb0

Please sign in to comment.