Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 784 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 784 Bytes

Start fake-gcs-server

Build Status

This action is used for starting fake-gcs-server in background, as a Docker container. It starts on port 4443 and supports configuration options for -public-host and -external-url.

Examples

steps:
  - uses: actions/checkout@v2
  - uses: fsouza/fake-gcs-action@v0.3.0
    with:
      version: "1.19.4"
      backend: memory
      data: testdata
      public-host: "storage.gcs.127.0.0.1.nip.io:4443"
      external-url: "https://storage.gcs.127.0.0.1.nip.io:4443"

Usage

See action.yml.