Skip to content

Commit

Permalink
adds ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
cantoniazzi committed Mar 20, 2021
1 parent eef4e93 commit 8ee0aff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: main

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: install
run: cp .env_sample .env
run: make docker/build

0 comments on commit 8ee0aff

Please sign in to comment.