Skip to content

Commit

Permalink
feat: enable cli ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Feb 11, 2025
1 parent 58f3cc4 commit b8ce54e
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions .github/workflows/cli-ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,26 @@ name: Integration Test for CLI workflow

on:
workflow_dispatch:
# pull_request:
# types:
# - opened
# - synchronize
# branches:
# - master
# paths-ignore:
# - "**.md"
# - "**.yaml"
# - "LICENSE"
# - "frontend/**"
# - ".github/workflows/frontend-ci-test.yaml"
# - ".github/workflows/deploy-gh-pages.yaml"
# - ".github/workflows/deploy-gyft-do.yaml"
# - "metaploy/**"
# - ".gitignore"
# - "app.py"
# - "wsgi.py"
# - ".dockerignore"
# - "Dofkerfile"
# - "Dofkerfile-dev"
pull_request:
types:
- opened
- synchronize
branches:
- master
paths-ignore:
- "**.md"
- "LICENSE"
- "frontend/**"
- ".github/workflows/frontend-ci-test.yaml"
- ".github/workflows/deploy-gh-pages.yaml"
- ".github/workflows/deploy-gyft-do.yaml"
- "metaploy/**"
- ".gitignore"
- "app.py"
- "wsgi.py"
- ".dockerignore"
- "Dofkerfile"
- "Dofkerfile-dev"

jobs:
cli-ci:
Expand Down Expand Up @@ -53,4 +52,4 @@ jobs:
echo "$CREDENTIALS_JSON" > credentials.json
- name: Run the project
run: python gyft.py -D
run: python gyft.py -DO

0 comments on commit b8ce54e

Please sign in to comment.