diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3f62b8eb..6fce7528c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,8 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-gradle - name: Build and analyze + working-directory: ./de.peeeq.wurstscript env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./de.peeeq.wurstscript/gradlew build sonar --info + run: ./gradlew build sonar --info