Skip to content

add wait-for-process-completion #162

add wait-for-process-completion

add wait-for-process-completion #162

Workflow file for this run

name: Test Build
on:
pull_request:
push:
branches:
- 'main'
jobs:
tests:
name: "Test build"
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: "Run test"
run: make tests