Skip to content

testing with keyword DO NOT MERGE #71

testing with keyword DO NOT MERGE

testing with keyword DO NOT MERGE #71

name: Orchestration DEV
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
test:
name: Test with list
uses: ./.github/workflows/test.yml
with:
config: |
run: concurrent
common:
headers:
authorization: "eyJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6InNvbWVAb25lLmNvbSJ9.IrtPdDCxmm9Jo6-860zvUeCZGKTTzZCCKx8lNNfymjs"
tests:
- url: http://localhost:8080/api/v1/users/current
expect:
status: 400
content-type: application/json
body: unauthorized