Skip to content

Commit 5c841bb

Browse files
committed
testing circleci
1 parent 77bf59d commit 5c841bb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.circleci/config.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2.1
2+
3+
workflows:
4+
main:
5+
jobs:
6+
- scanapi:
7+
filters:
8+
branches:
9+
only:
10+
- website-tutorial-ci
11+
12+
jobs:
13+
scanapi:
14+
docker:
15+
- image: camilamaia/scanapi:2.4.0
16+
environment:
17+
USER: $USER
18+
PASSWORD: $PASSWORD
19+
steps:
20+
- checkout
21+
- run:
22+
name: Run ScanAPI
23+
command: |
24+
scanapi run scanapi/scanapi.yaml -c scanapi/scanapi.conf -o scanapi/report.html
25+
- store_artifacts:
26+
path: scanapi/report.html

0 commit comments

Comments
 (0)