Skip to content

Commit

Permalink
changed filepaths2
Browse files Browse the repository at this point in the history
  • Loading branch information
DHANYA KUMAR VG authored and DHANYA KUMAR VG committed Feb 6, 2025
1 parent cde98f9 commit 3cc198a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ jobs:
- name: List integration tests
id: test-files
run: |
tests=$(ls atlan-java/integration-tests/src/test/java/com/atlan/java/sdk/*Test.java | sed -E 's|.*/src/test/java/com/atlan/java/sdk/||; s|/|.|g; s|\.java$||' | tr '\n' ' ')
json_tests=$(echo "$tests" | jq -R -c 'split(" ")[:-1]')
tests=$(ls integration-tests/src/test/java/com/atlan/java/sdk/*Test.java | sed -E 's|.*/src/test/java/com/atlan/java/sdk/||; s|/|.|g; s|\.java$||' | tr '\n' ' ')
json_tests=$(echo "$tests[@]}" | jq -R -c 'split(" ")[:-1]')
echo "tests=$json_tests" >> $GITHUB_OUTPUT
integration-test:
needs:
Expand Down

0 comments on commit 3cc198a

Please sign in to comment.