Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fsouza/fake-gcs-action

GitHub Action for running fake-gcs-server in a dettached container in background.
https://github.com/fsouza/fake-gcs-action

github-actions

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Start fake-gcs-server

[![Build Status](https://github.com/fsouza/fake-gcs-action/workflows/Build/badge.svg?branch=main)](https://github.com/fsouza/fake-gcs-action/actions?query=branch:main+workflow:Build)

This action is used for starting
[fake-gcs-server](https://github.com/fsouza/fake-gcs-server) in background, as
a Docker container. It starts on port 4443 and supports configuration options
for `-public-host`, `-external-url`, `-port`, `-scheme`, `-cert-location` and
`-private-key-location`:

## Examples

```yaml
steps:
- uses: actions/checkout@v2
- uses: fsouza/[email protected]
with:
version: "1.37.2"
backend: memory
data: testdata
public-host: "storage.gcs.127.0.0.1.nip.io:4443"
external-url: "http://storage.gcs.127.0.0.1.nip.io:4443"
scheme: http
```

## Usage

See [action.yml](/action.yml).