Skip to content

Update readme and dependency sample app #526

Update readme and dependency sample app

Update readme and dependency sample app #526

Workflow file for this run

name: Continuous Integration
on: [pull_request, workflow_dispatch]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: >
DOCKER_BUILDKIT=1 docker build .
--progress=plain
--build-arg KEY=${{ secrets.KEY }}
--build-arg SECRET=${{ secrets.SECRET }}
--build-arg CONDUCTOR_SERVER_URL=${{ secrets.CONDUCTOR_SERVER_URL }}
--target=unit_test