Skip to content

Commit

Permalink
Update publish-plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anzhao authored Sep 16, 2024
1 parent 45bd96c commit 0551d5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
cache: 'gradle'
- name: list the directories
run: ls -la

- name: Switch to ECP directory
run: cd ecp-datatype-plugin
- name: list all the files under ecp-datatype-directory
run: ls -la
- name: Switch to ECP directory
run: cd ecp-datatype-plugin
- name: Run all tests
run: ./ecp-datatype-plugin/gradlew clean check --no-daemon
working-directory: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/
Expand Down

0 comments on commit 0551d5b

Please sign in to comment.