Skip to content

Commit c305129

Browse files
committed
Fix up
1 parent ac22525 commit c305129

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: FHIR API and Batch Automation - E2E Tests
22

33
on:
4-
workflow call:
4+
workflow_call:
55
inputs:
66
apigee_environment:
77
required: true
@@ -237,7 +237,6 @@ jobs:
237237
238238
poetry run pytest "$TEST_PATH" -m "$TEST_FILTER" --junitxml=output/test-results.xml --alluredir=output/allure-results
239239
240-
# Might need to figure out if this needs to be in certain directory, and needs particular permissions
241240
- name: Publish test results to GitHub UI
242241
working-directory: tests/e2e_automation
243242
if: always()

immunisation-fhir-api.code-workspace

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
{
4343
"path": "tests/e2e_automation",
4444
},
45-
{
46-
"path": "tests/e2e_batch",
47-
},
4845
],
4946
"settings": {},
5047
}

0 commit comments

Comments
 (0)