Skip to content

Add directory microfrontend #3

Add directory microfrontend

Add directory microfrontend #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Backend test
run: docker compose run backend-test
- name: Frontend test
run: docker compose run frontend-test