Skip to content

API-test CI

API-test CI #263

Workflow file for this run

name: API-test CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Build
run: sh build.sh test
- name: Docker Login
uses: docker/[email protected]
with:
username: opengenes
password: ${{ secrets.DOCKER_HUB_PUSH_TOKEN }}
- name: Push
run: docker push opengenes/backend:test