Skip to content

Added Docker Publish Git Action #14

Added Docker Publish Git Action

Added Docker Publish Git Action #14

Workflow file for this run

name: Entity Developer Dashboard Build Workflow
on:
pull_request:
branches: [develop, master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout into repo
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install packages
run: yarn install --network-concurrency 1
- name: Build studio-api
run: yarn build