Skip to content

Commit

Permalink
🐛 Update workflow file to touch all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid authored and tiulpin committed Apr 4, 2024
1 parent 7cb5b84 commit a2629e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
registry: registry.jetbrains.team
username: ${{ secrets.SPACE_USERNAME }}
password: ${{ secrets.SPACE_PASSWORD }}
- run: touch linter/tooling/clt.zip # temporary workaround
- run: touch cdnet/tooling/clt.zip tooling/baseline-cli.jar tooling/intellij-report-converter.jar tooling/qodana-fuser.jar # temporary workaround
shell: bash
- name: Run tests (with coverage)
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit a2629e5

Please sign in to comment.