Skip to content

Commit

Permalink
Merge pull request #28 from snyk-tech-services/fix/update-test-parame…
Browse files Browse the repository at this point in the history
…ters

fix: fix CI script for publishing
  • Loading branch information
aarlaud authored Feb 9, 2021
2 parents 8fda70e + 1130d6a commit 9656c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- run: npm run build-generators-only
- run: npm run convert-to-swagger
- run: npm run prepare-swagger
- run: npm run generate-classes
- run: npm run generate-classes test
- run: npm run build-generators-and-abstraction
- run: npm run generate-classes
- run: npm run generate-classes test
- run: npm run format
- run: npm run build
- run: npm run generate-test-cases
Expand Down

0 comments on commit 9656c74

Please sign in to comment.