8000 GitHub - fsouza/fake-gcs-action at v0.3.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fsouza/fake-gcs-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.3
    with:
      version: "1.22.2"
      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.

About

GitHub Action for running fake-gcs-server in a dettached container in background.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  
0