Skip to content

chore(deps): bump docker/build-push-action from 5.1.0 to 5.3.0 #90

chore(deps): bump docker/build-push-action from 5.1.0 to 5.3.0

chore(deps): bump docker/build-push-action from 5.1.0 to 5.3.0 #90

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- name: run unit tests
run: make tests
- name: run smoketest
run: make smoketest