Skip to content

IWF-106: Fix typo IdReusePolicy of ALLOW_IF_PREVIOUS_EXISTS_ABNORMALL… #10

IWF-106: Fix typo IdReusePolicy of ALLOW_IF_PREVIOUS_EXISTS_ABNORMALL…

IWF-106: Fix typo IdReusePolicy of ALLOW_IF_PREVIOUS_EXISTS_ABNORMALL… #10

Workflow file for this run

name: Unit Test
on:
pull_request:
push:
branches:
- 'main'
jobs:
tests:
name: "Unit testing"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Run unit tests"
run: make unitTests