Skip to content

Commit

Permalink
testing circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamaia committed Jun 14, 2021
1 parent 77bf59d commit 5c841bb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2.1

workflows:
main:
jobs:
- scanapi:
filters:
branches:
only:
- website-tutorial-ci

jobs:
scanapi:
docker:
- image: camilamaia/scanapi:2.4.0
environment:
USER: $USER
PASSWORD: $PASSWORD
steps:
- checkout
- run:
name: Run ScanAPI
command: |
scanapi run scanapi/scanapi.yaml -c scanapi/scanapi.conf -o scanapi/report.html
- store_artifacts:
path: scanapi/report.html

0 comments on commit 5c841bb

Please sign in to comment.