Skip to content

Feature/handle in sdk errors more gracefully (#55) #329

Feature/handle in sdk errors more gracefully (#55)

Feature/handle in sdk errors more gracefully (#55) #329

Workflow file for this run

env:
BUILD_CONTEXT: server
name: Check backend
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ${{ env.BUILD_CONTEXT }}
push: false