Skip to content

Commit

Permalink
Cleaning the repository before build to avoid infinite sbt compilatio…
Browse files Browse the repository at this point in the history
…n issue.
  • Loading branch information
mwu-tow committed Jul 21, 2022
1 parent 4465d63 commit 7e2998b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- id: changed_files
run: "git fetch\nlist=`git diff --name-only origin/develop HEAD | tr '\\n' ' '`\necho $list\necho \"::set-output name=list::'$list'\""
- run: "if [[ ${{ contains(steps.changed_files.outputs.list,'CHANGELOG.md') || contains(github.event.head_commit.message,'[ci no changelog needed]') || contains(github.event.pull_request.body,'[ci no changelog needed]') || github.event.pull_request.user.login == 'dependabot' }} == false ]]; then exit 1; fi"
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -493,7 +493,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scala-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Checking out the repository
uses: actions/checkout@v2
with:
clean: false
clean: true
- name: Build Script Setup
run: "./run --help"
env:
Expand Down

0 comments on commit 7e2998b

Please sign in to comment.