Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed May 31, 2024
1 parent 586f0a8 commit a00629a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ inputs:
ios-sim:
description: 'iOS Simulator to use for testing'
required: true
github-token:
description: 'Token to use for publishing.'
required: true

runs:
using: composite
Expand Down Expand Up @@ -76,4 +79,4 @@ runs:
with:
# Inform the test harness of test service's port.
test_service_port: 8000
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ inputs.github-token }}
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
xcode-version: ${{ matrix.xcode-version }}
ios-sim: ${{ matrix.ios-sim }}
github-token: ${{ secrets.github-token }}

- uses: ./.github/actions/build-docs

Expand Down

0 comments on commit a00629a

Please sign in to comment.