Skip to content

Commit 40dfdc0

Browse files
committed
Enable execution of the tests on GitHub actions
Add workflow using the container.
1 parent 7240188 commit 40dfdc0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/validate.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: validate
2+
on: [push, pull_request]
3+
jobs:
4+
ubi8:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Clone repository
8+
uses: actions/checkout@v3
9+
10+
- name: Run test
11+
run: |
12+
make container-ci

0 commit comments

Comments
 (0)