Skip to content

chore: Deploy a docker image for the feat-reviewer-and-status git branch #14

chore: Deploy a docker image for the feat-reviewer-and-status git branch

chore: Deploy a docker image for the feat-reviewer-and-status git branch #14

Workflow file for this run

name: Build and publish image to Docker Packages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- run: npm run test:e2e