mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
Create ci-workflow.yml
This commit is contained in:
parent
0c0446746c
commit
92bddc742b
16
.github/workflows/ci-workflow.yml
vendored
Normal file
16
.github/workflows/ci-workflow.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build_and_run:
|
||||
name: Build and run
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name:
|
||||
env:
|
||||
DEFOLD_USER: bjorn.ritzl@gmail.com
|
||||
DEFOLD_AUTH: foobar
|
||||
DEFOLD_BOOSTRAP_COLLECTION: /test/test.collectionc
|
||||
run:
|
||||
.travis/run.sh
|
Loading…
x
Reference in New Issue
Block a user