Skip to content

Commit d5f7b09

Browse files
committed
Cleanup
1 parent ec01780 commit d5f7b09

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ on:
1111
workflow_dispatch:
1212

1313
jobs:
14-
15-
node:
16-
runs-on: ubuntu-latest
17-
18-
steps:
19-
- uses: actions/checkout@v2
20-
2114
java:
2215
runs-on: ubuntu-latest
2316

.github/workflows/coveralls.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ on:
1111
workflow_dispatch:
1212

1313
jobs:
14-
15-
node:
16-
runs-on: ubuntu-latest
17-
18-
steps:
19-
- uses: actions/checkout@v2
20-
2114
java:
2215
runs-on: ubuntu-latest
2316

@@ -46,6 +39,6 @@ jobs:
4639
with:
4740
github-token: ${{ secrets.github_token }}
4841
flag-name: lssss-${{ github.run_number }}-java
49-
parallel: true
42+
parallel: false
5043
path-to-file: './target/coveralls.json'
5144
coverage-format: raw

0 commit comments

Comments
 (0)