Skip to content

Commit 46e9a86

Browse files
committed
Create nc_unit.yml
Signed-off-by: liranmauda <[email protected]>
1 parent 9314ef8 commit 46e9a86

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/nc_unit.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Non Containerized Unit Tests
2+
on: [push, pull_request]
3+
4+
jobs:
5+
run-nc-unit-tests:
6+
runs-on: ubuntu-latest
7+
timeout-minutes: 90
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
steps:
12+
13+
- name: Skip Tests (No-op)
14+
run: true

0 commit comments

Comments
 (0)