-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (31 loc) · 1.16 KB
/
validation-bruno.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ------------------------------------------------------------------------------
# Github Workflow to validate functionality using Bruno Collections
#
# - This pipeline is triggered by
# a) Manually start this workflow (from Github actions)
# b) commit/push bruno test cases to development branch (using git client)
#
# Note:
# - Access to wM.io B2B:
# a) uses the username from the environment.bru file (not a GitHub environment variable)
# b) uses the password from the GitHub environment secrets variable
# - Access to wM.io Integration:
# a) uses the username from the environment.bru file (not a GitHub environment variable)
# b) uses the password from the GitHub environment secrets variable
#
# ------------------------------------------------------------------------------
name: Assertion Bruno Test Cases
run-name: Test Cases Development Environment
on:
workflow_dispatch:
push:
branches:
- development
paths:
- 'test/TestCollection/**'
jobs:
Dev-Validation:
uses: HMHansson/ICA-DevOps/.github/workflows/validation-bruno.yml@main
secrets: inherit
with:
environment: Development