mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-12-21 20:38:18 +00:00
ci: Remove Act's setup-java step
This commit is contained in:
parent
a94e75b45a
commit
18739db83c
1 changed files with 0 additions and 5 deletions
5
.github/workflows/example.yml
vendored
5
.github/workflows/example.yml
vendored
|
@ -40,11 +40,6 @@ jobs:
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm run package
|
- run: npm run package
|
||||||
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
|
|
||||||
if: ${{ env.ACT }}
|
|
||||||
with:
|
|
||||||
java-version: 11
|
|
||||||
distribution: zulu
|
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.nextflow_version }}
|
version: ${{ matrix.nextflow_version }}
|
||||||
|
|
Loading…
Reference in a new issue