Skip to content

feat: move authorize api to backend to have compliant response #317

feat: move authorize api to backend to have compliant response

feat: move authorize api to backend to have compliant response #317

Workflow file for this run

on:
push:
branches:
- 'main'
pull_request:
merge_group:
jobs:
api_test:
runs-on: ubuntu-latest
name: 🧪 VCI API Tests
steps:
- uses: actions/checkout@v4
- run: make test
publish_docker_image:
needs: api_test
name: 🐳 Publish Docker Image
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
uses: interfacerproject/workflows/.github/workflows/publish-ghcr.yml@main
secrets: inherit