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: 18 days 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T04:54:21.000Z (about 1 month ago)
- Last Synced: 2025-06-23T18:17:40.725Z (22 days ago)
- Topics: github-actions
- Language: Shell
- Homepage:
- Size: 115 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Start fake-gcs-server
[](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).