mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
17 lines
389 B
YAML
17 lines
389 B
YAML
name: CI
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
build_and_run:
|
|
name: Build and run
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: Run.sh
|
|
env:
|
|
DEFOLD_USER: bjorn.ritzl@gmail.com
|
|
DEFOLD_AUTH: foobar
|
|
DEFOLD_BOOSTRAP_COLLECTION: /test/test.collectionc
|
|
run: ./.travis/run.sh
|