Skip to content

update the image version in the deployment #189

update the image version in the deployment

update the image version in the deployment #189

Workflow file for this run

name: citest
on:
push:
jobs:
citest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: preparetest tests
run: |
make preparetest
- name: run tests
run: |
make test
- name: cleanup
run: |
make clean