Skip to content

fix build-manifest scripts #4

fix build-manifest scripts

fix build-manifest scripts #4

Workflow file for this run

name: Unit tests
on:
workflow_call:
push:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Test
run: scripts/test.sh
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2