Skip to content

Update efa.md

Update efa.md #35

Workflow file for this run

name: ci
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Unittest
uses: docker/build-push-action@v5
with:
target: unittest
cache-from: type=gha
cache-to: type=gha,mode=max