Skip to content

Commit

Permalink
fix: Tests - workflow - playwright and postman - example workflows fi…
Browse files Browse the repository at this point in the history
…xed (#5598)

* playwright workflow version fixed

* postman workflows fixed
  • Loading branch information
tkonieczny committed Jun 20, 2024
1 parent 26d7fa7 commit 61cfaa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/playwright/executor-tests/crd-workflow/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ spec:
name: official/playwright/v1
config:
# params: --workers 4
tag: v1.32.3-jammy
version: v1.32.3-jammy
events:
- cronjob:
cron: "30 */4 * * *"
Expand Down
8 changes: 4 additions & 4 deletions test/postman/executor-tests/crd-workflow/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
apiVersion: testworkflows.testkube.io/v1
kind: TestWorkflow
metadata:
name: postman-workflow-smoke-
name: postman-workflow-smoke-template
labels:
core-tests: workflows
spec:
Expand All @@ -82,7 +82,7 @@ spec:
steps:
- name: Run from
workingDir: /data/repo/test/postman/executor-tests
:
template:
name: official/postman/v1
config:
run: "newman run postman-executor-smoke.postman_collection.json --env-var TESTKUBE_POSTMAN_PARAM=TESTKUBE_POSTMAN_PARAM_value"
Expand All @@ -93,7 +93,7 @@ spec:
apiVersion: testworkflows.testkube.io/v1
kind: TestWorkflow
metadata:
name: postman-workflow-smoke--without-envs
name: postman-workflow-smoke-template-without-envs
labels:
core-tests: workflows
spec:
Expand All @@ -111,7 +111,7 @@ spec:
workingDir: /data/repo/test/postman/executor-tests
steps:
- name: Run from
:
template:
name: official/postman/v1
config:
run: "newman run postman-executor-smoke-without-envs.postman_collection.json"
Expand Down

0 comments on commit 61cfaa6

Please sign in to comment.