Skip to content

Commit

Permalink
[CI]Parallelize LLC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Nov 14, 2024
1 parent 894bb76 commit 6019045
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 240 deletions.
10 changes: 9 additions & 1 deletion .github/actions/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ runs:
key: ${{ env.IMAGE }}-brew-${{ hashFiles('**/Brewfile.lock.json') }}
restore-keys: ${{ env.IMAGE }}-brew-
- uses: ./.github/actions/ruby-cache
- uses: ./.github/actions/xcode-cache
- uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.shat }}
restore-keys:
- xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
- xcode-cache-deriveddata-${{ github.workflow }}-${{ github.event.number }}
deriveddata-directory: derived_data
sourcepackages-directory: spm_cache
- uses: ./.github/actions/python-cache
- run: ./Scripts/bootstrap.sh
shell: bash
Loading

0 comments on commit 6019045

Please sign in to comment.