Skip to content

Commit

Permalink
only run functional workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VonnyJap committed May 15, 2024
1 parent 2e7a76d commit 421764f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"functional": "cucumber-js --format=progress --tags '(not @ignore) and (not @beta) and (not @stage)' --retry 2 --fail-fast --exit",
"functional-beta": "cucumber-js --format=progress --tags '(not @ignore) and (not @prod) and (not @stage)' --retry 2 --fail-fast --exit",
"functional-dev": "cucumber-js --format=progress --tags '(not @ignore) and (not @prod)' --retry 2 --fail-fast --exit",
"functional-workflow": "cucumber-js --format=progress --tags '(not @ignore) and @workflow' --fail-fast --exit",
"create-test-user": "node -e 'require(\"./features/scripts/create-test-user.js\")()'",
"diagrams": "find ./design/diagrams -type f -name \\*.puml -print0 | xargs -0 -n 1 -I DIAGRAM puml generate DIAGRAM -o DIAGRAM.png",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
Expand Down
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- deploy-k8s: K8S_TAG=`meta get docker_tag` ./ci/k8s-deploy.sh
- test: |
npm install
GIT_TOKEN=${GIT_TOKEN_BETA} SD_API_TOKEN=${SD_API_TOKEN_BETA} npm run functional-beta
GIT_TOKEN=${GIT_TOKEN_BETA} SD_API_TOKEN=${SD_API_TOKEN_BETA} npm run functional-workflow
environment:
K8S_CONTAINER: screwdriver-api
K8S_IMAGE: screwdrivercd/screwdriver
Expand Down

0 comments on commit 421764f

Please sign in to comment.