Skip to content

Commit

Permalink
Update e2e_detox_mapping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbontrager committed Nov 8, 2024
1 parent 8656431 commit 7c2d316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_detox_mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Check if directory/file is in detox mapping
id: detox_mapping_check
run: |
directoryNames=$(jq -r '.directory' VAMobile/e2e/detoxMapping.json)
directoryNames=$(jq -r '.directory' ./VAMobile/app.json)
echo "$directoryNames"
for directory in ${{steps.changed_files_dir.outputs.all_changed_and_modified_files}}; do
echo "$directory"
Expand Down

0 comments on commit 7c2d316

Please sign in to comment.