Skip to content

Commit

Permalink
Add driver revision to build/test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed Mar 9, 2024
1 parent 33e7e0e commit ea4a57c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
description: "Build the browser from scratch"
type: boolean
required: false
inputs:
driver_revision:
description: "Driver revision to use, if not the latest"
required: false
push:
branches:
- webreplay-release
Expand Down Expand Up @@ -35,3 +39,4 @@ jobs:
BUILD_TEST_PORT: ${{ secrets.BUILD_TEST_PORT }}
BUILD_TEST_INSECURE: ${{ secrets.BUILD_TEST_INSECURE }}
INPUT_CLOBBER: ${{ github.event.inputs.clobber }}
INPUT_DRIVER_REVISION: ${{ github.event.inputs.driver_revision }}

0 comments on commit ea4a57c

Please sign in to comment.