Skip to content

πŸš€ github actions #461

πŸš€ github actions

πŸš€ github actions #461

name: basic-test-backend
on: [push]

Check failure on line 3 in .github/workflows/basic-test-backend.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/basic-test-backend.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: |
cp artifacts.sample artifacts
make backend-dev
make elasticsearch
- name: test
env:
COMPOSE_INTERACTIVE_NO_CLI: 0
run: make test