Skip to content

Commit

Permalink
Merge branch 'main' into taefi/add-gradle-kotlin-compiler-options
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi authored Feb 6, 2025
2 parents 0eae2ac + a53482d commit 31a7ec7
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 275 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ permissions:
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
jobs:
init:
name: Build Java and TypeScript for other tasks
runs-on: ubuntu-latest
timeout-minutes: 5
env:
NX_SKIP_NX_CACHE: true
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

steps:
- uses: actions-cool/check-user-permission@main
Expand Down Expand Up @@ -164,6 +165,7 @@ jobs:

steps:
- name: Install Chrome
id: setup-chrome
uses: browser-actions/setup-chrome@v1
- name: Checkout Project Code
uses: actions/checkout@v4
Expand All @@ -184,6 +186,7 @@ jobs:
run: npm run test:coverage
env:
CI: true
CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}
- name: Collect Coverage
run: |
COVFILES=$(find packages/ts -wholename '*/.coverage/lcov.info' | tr '\n' ',' | sed '$s/,$//')
Expand Down
Loading

0 comments on commit 31a7ec7

Please sign in to comment.