Cleaning the repository before build to avoid infinite sbt compilation issue.

This commit is contained in:
Michał W. Urbańczyk 2022-07-21 12:08:48 +02:00
parent 4465d63dd8
commit 7e2998bd27
4 changed files with 27 additions and 27 deletions

View File

@ -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:

View File

@ -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"
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:

View File

@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:
@ -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:

View File

@ -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:
@ -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:
@ -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: