Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 5, 2024
1 parent a518d22 commit 3fa7160
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v2
with:
distribution: microsoft
java-version: 8

- name: Update checksum
run: |
echo "New Hash: ${{ needs.assets.outputs.checksum }}\n"
Expand All @@ -164,6 +169,9 @@ jobs:
with:
args: install crowdin-cli -s . -y

- name: Test installation
run: crowdin -V

# - name: Choco publish
# uses: crazy-max/ghaction-chocolatey@v2
# with:
Expand Down

0 comments on commit 3fa7160

Please sign in to comment.