Skip to content

Updated shop-internal endpoint to match backend update #2201

Updated shop-internal endpoint to match backend update

Updated shop-internal endpoint to match backend update #2201

Workflow file for this run

---
name: Zuri main dev Deployment
on:
# push:
# branches:
# - dev
pull_request:
branches: [dev]
# schedule:
# cron job that runs every 2 minutes
# - cron: '* * * '
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build app
run: |
yarn install
yarn build