Skip to content

chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 #85

chore(deps): bump docker/login-action from 3.0.0 to 3.1.0

chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 #85

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