Generate Intel Server App for fast catch #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate Intel Server App for fast catch | |
on: | |
workflow_dispatch: | |
jobs: | |
parallel-testing: | |
name: Generate intel app | |
runs-on: macos-14 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Select Xcode version | |
run: sudo xcode-select -switch '/Applications/Xcode_15.3.app' | |
- name: Generate zip | |
run: | | |
./generate-zip.sh | |
- name: Archive cli logs | |
uses: actions/upload-artifact@v3 | |
with: | |
name: PreBuildIntelApp.zip | |
path: Lib/Sources/UIUnitTestCLI/Resources/PreBuild.zip |