@@ -5,6 +5,7 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
version-sync:
|
version-sync:
|
||||||
@@ -74,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
rust-cross:
|
rust-cross:
|
||||||
name: Rust (${{ matrix.os }} - ${{ matrix.target }})
|
name: Rust (${{ matrix.os }} - ${{ matrix.target }})
|
||||||
if: github.event_name == 'push'
|
if: github.event_name != 'pull_request'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -83,7 +84,7 @@ jobs:
|
|||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
- os: windows-latest
|
- os: windows-latest-8-cores
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -105,8 +106,8 @@ jobs:
|
|||||||
|
|
||||||
windows-integration:
|
windows-integration:
|
||||||
name: Windows Integration Test
|
name: Windows Integration Test
|
||||||
if: github.event_name == 'push'
|
if: github.event_name != 'pull_request'
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest-8-cores
|
||||||
needs: rust-cross
|
needs: rust-cross
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -222,7 +223,7 @@ jobs:
|
|||||||
|
|
||||||
global-install:
|
global-install:
|
||||||
name: Global Install (${{ matrix.os }})
|
name: Global Install (${{ matrix.os }})
|
||||||
if: github.event_name == 'push'
|
if: github.event_name != 'pull_request'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
needs: rust-cross
|
needs: rust-cross
|
||||||
strategy:
|
strategy:
|
||||||
@@ -234,7 +235,7 @@ jobs:
|
|||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
binary: agent-browser-darwin-arm64
|
binary: agent-browser-darwin-arm64
|
||||||
- os: windows-latest
|
- os: windows-latest-8-cores
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
binary: agent-browser-win32-x64.exe
|
binary: agent-browser-win32-x64.exe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user