Skip to content

Brough back id=unique to the model to make sequelize v5 work again #46

Brough back id=unique to the model to make sequelize v5 work again

Brough back id=unique to the model to make sequelize v5 work again #46

name: importer-mankeli-staging
on:
push:
branches:
- master
paths:
- importer-mankeli/**
- .github/workflows/importer-mankeli-staging.yaml
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/run-tests
with:
path: importer-mankeli
build-and-push:
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v4
- name: Build and push image
uses: ./.github/actions/build-and-push-image
with:
image: importer-mankeli
tag: staging
password: ${{ secrets.QUAY_IO_TOKEN }}