Add snapshot tests for Fractal
This commit is contained in:
parent
2186c29246
commit
31ef9b2968
12 changed files with 273 additions and 1 deletions
15
tests/snapshots/configs/fractal.yaml
Normal file
15
tests/snapshots/configs/fractal.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: docker-fractal
|
||||
language: javascript
|
||||
type: fractal
|
||||
|
||||
node:
|
||||
version: 20-bullseye-slim
|
||||
|
||||
dockerfile: []
|
||||
|
||||
docker-compose:
|
||||
services:
|
||||
- node
|
||||
|
||||
experimental:
|
||||
createGitHubActionsConfiguration: true
|
Loading…
Add table
Add a link
Reference in a new issue