Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fsouza/fake-gcs-action
- Owner: fsouza
- License: isc
- Created: 2020-05-29T23:56:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T12:37:31.000Z (3 months ago)
- Last Synced: 2024-10-12T18:52:29.772Z (3 months ago)
- Topics: github-actions
- Language: Shell
- Homepage:
- Size: 105 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).