Skip to content

Commit

Permalink
update cicl
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Nov 2, 2023
1 parent fba0aa3 commit b3fef7b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}

- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build.yml
repo: smallcloudai/refact-lsp
branch: main
path: ./src/main/resources/bin

- name: test
shell: bash
run: |
ls -la ./src/main/resources/bin && exit 1
# Validate wrapper
- name: Gradle Wrapper Validation
uses: gradle/[email protected]
Expand Down Expand Up @@ -85,11 +99,7 @@ jobs:
name: pluginVerifier-result
path: ${{ github.workspace }}/build/reports/pluginVerifier

# # Run Qodana inspections
# - name: Qodana - Code Inspection
# uses: JetBrains/[email protected]

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
id: artifact
shell: bash
Expand Down

0 comments on commit b3fef7b

Please sign in to comment.