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 9b61b17 commit a23f81a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
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
run: ./gradlew clean check --no-daemon
working-directory: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/

determine_should_publish_new_version: # Publish new version for new tags
Expand Down

0 comments on commit a23f81a

Please sign in to comment.