Skip to content

Commit

Permalink
remove workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Oct 4, 2023
1 parent e5fc86d commit b1f7259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/pr-testing-with-generator.yml

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"homepage": "https://github.com/asyncapi/html-template#readme",
"scripts": {
"lint": "echo \"No linter specified yet\"",
"test:library": "jest --coverage",
"test:generator": "npm run test:generator:v2 && npm run test:generator:v3",
"test:generator:v2": "asyncapi generate fromTemplate ./test/spec/asyncapi_v2.yml ./ -o test/output --force-write",
"test:generator:v3": "asyncapi generate fromTemplate ./test/spec/asyncapi_v3.yml ./ -o test/output --force-write",
Expand All @@ -30,7 +31,7 @@
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"copy:sources": "node ./scripts/copy-sources.js",
"prepublishOnly": "npm run generate:assets",
"test": "jest --coverage"
"test": "npm run test:library && npm run test:generator"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b1f7259

Please sign in to comment.