mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-25 23:14:17 +02:00
13 lines
255 B
YAML
13 lines
255 B
YAML
name: ci
|
|
description: "CI"
|
|
|
|
on:
|
|
push:
|
|
branches: [ "feature/continuous-integration", "development" ]
|
|
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
pre-entrypoint: '../../scripts/install-development-environment'
|
|
entrypoint: '../../scripts/test'
|
|
|