Skip to content

Try hardcoded nats url #49

Try hardcoded nats url

Try hardcoded nats url #49

name: importer-api-staging
on:
push:
branches:
- master
paths:
- importer-api/**
- .github/workflows/importer-api-staging.yaml
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/run-tests
with:
path: importer-api
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-api
tag: staging
password: ${{ secrets.QUAY_IO_TOKEN }}