Skip to content

Fix query type for the kliksutin course endpoint #21

Fix query type for the kliksutin course endpoint

Fix query type for the kliksutin course endpoint #21

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