Skip to content

Commit

Permalink
ci: Remove Act's setup-java step
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Dec 5, 2024
1 parent b259493 commit 5110634
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run package
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
if: ${{ env.ACT }}
with:
java-version: 11
distribution: zulu
- uses: ./
with:
version: ${{ matrix.nextflow_version }}
Expand Down

0 comments on commit 5110634

Please sign in to comment.