Skip to content

Commit

Permalink
Merge pull request #443 from equinor/fix/check-config-workflow
Browse files Browse the repository at this point in the history
👷 Fix paths for test-util files in check_config.yaml
  • Loading branch information
mariush2 authored Feb 16, 2024
2 parents b53bdc3 + 9fd0e2e commit 5a818fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/config_files/workflows/check_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
working-directory: client/src
run: diff setupLocalhost.mjs <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/setupLocalhost.mjs)

- name: Compare remote src/setupTests/setupTests.ts to local
working-directory: client/src/setupTests
run: diff setupTests.ts <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/setupTests/setupTests.ts)
- name: Compare remote src/test-utils/setupTests.ts to local
working-directory: client/src/test-utils
run: diff setupTests.ts <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/test-utils/setupTests.ts)

- name: Compare remote src/setupTests/mockLocalStorage.ts to local
working-directory: client/src/setupTests
run: diff mockLocalStorage.ts <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/setupTests/mockLocalStorage.ts)
- name: Compare remote src/test-utils/mockLocalStorage.ts to local
working-directory: client/src/test-utils
run: diff mockLocalStorage.ts <(curl https://raw.githubusercontent.com/equinor/amplify-components/main/config/config_files/test-utils/mockLocalStorage.ts)

0 comments on commit 5a818fc

Please sign in to comment.