Skip to content

Commit 10b39f0

Browse files
committed
feat: enable cli ci test
1 parent 58f3cc4 commit 10b39f0

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/cli-ci-test.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ name: Integration Test for CLI workflow
22

33
on:
44
workflow_dispatch:
5-
# pull_request:
6-
# types:
7-
# - opened
8-
# - synchronize
9-
# branches:
10-
# - master
11-
# paths-ignore:
12-
# - "**.md"
13-
# - "**.yaml"
14-
# - "LICENSE"
15-
# - "frontend/**"
16-
# - ".github/workflows/frontend-ci-test.yaml"
17-
# - ".github/workflows/deploy-gh-pages.yaml"
18-
# - ".github/workflows/deploy-gyft-do.yaml"
19-
# - "metaploy/**"
20-
# - ".gitignore"
21-
# - "app.py"
22-
# - "wsgi.py"
23-
# - ".dockerignore"
24-
# - "Dofkerfile"
25-
# - "Dofkerfile-dev"
5+
pull_request:
6+
types:
7+
- opened
8+
- synchronize
9+
branches:
10+
- master
11+
paths-ignore:
12+
- "**.md"
13+
- "**.yaml"
14+
- "LICENSE"
15+
- "frontend/**"
16+
- ".github/workflows/frontend-ci-test.yaml"
17+
- ".github/workflows/deploy-gh-pages.yaml"
18+
- ".github/workflows/deploy-gyft-do.yaml"
19+
- "metaploy/**"
20+
- ".gitignore"
21+
- "app.py"
22+
- "wsgi.py"
23+
- ".dockerignore"
24+
- "Dofkerfile"
25+
- "Dofkerfile-dev"
2626

2727
jobs:
2828
cli-ci:
@@ -53,4 +53,4 @@ jobs:
5353
echo "$CREDENTIALS_JSON" > credentials.json
5454
5555
- name: Run the project
56-
run: python gyft.py -D
56+
run: python gyft.py -DO

0 commit comments

Comments
 (0)