Skip to content

Commit

Permalink
fix: Allow access to host
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Nov 22, 2024
1 parent 16784c3 commit 3d3686a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ inputs:
runs:
using: 'docker'
image: 'docker://ghcr.io/openactive/test-suite:latest'
options: '--add-host=host.docker.internal:host-gateway'
args:
- ${{ inputs.args }}
env:
Expand Down

0 comments on commit 3d3686a

Please sign in to comment.