[go: nahoru, domu]

Skip to content

Commit

Permalink
Build script fixes & improvements (enso-org#8285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu-tow authored Nov 23, 2023
1 parent 36996c8 commit 8021109
Show file tree
Hide file tree
Showing 50 changed files with 193 additions and 804 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- run: ./run backend get
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LC_ALL: C.UTF-8
- if: failure() && runner.os == 'Windows'
name: List files if failed (Windows)
run: Get-ChildItem -Force -Recurse
Expand Down Expand Up @@ -113,7 +112,6 @@ jobs:
- run: ./run backend get
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LC_ALL: C.UTF-8
- if: failure() && runner.os == 'Windows'
name: List files if failed (Windows)
run: Get-ChildItem -Force -Recurse
Expand Down Expand Up @@ -172,7 +170,6 @@ jobs:
- run: ./run backend get
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LC_ALL: C.UTF-8
- if: failure() && runner.os == 'Windows'
name: List files if failed (Windows)
run: Get-ChildItem -Force -Recurse
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/scala-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
AWS_REGION: ${{ secrets.ENSO_LIB_S3_AWS_REGION }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LC_ALL: C.UTF-8
- if: success() || failure()
name: Engine Test Reporter
uses: dorny/test-reporter@v1
Expand Down Expand Up @@ -150,7 +149,6 @@ jobs:
AWS_REGION: ${{ secrets.ENSO_LIB_S3_AWS_REGION }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LC_ALL: C.UTF-8
- if: success() || failure()
name: Engine Test Reporter
uses: dorny/test-reporter@v1
Expand Down Expand Up @@ -232,7 +230,6 @@ jobs:
AWS_REGION: ${{ secrets.ENSO_LIB_S3_AWS_REGION }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.ENSO_LIB_S3_AWS_SECRET_ACCESS_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LC_ALL: C.UTF-8
- if: success() || failure()
name: Engine Test Reporter
uses: dorny/test-reporter@v1
Expand Down
Loading

0 comments on commit 8021109

Please sign in to comment.