Skip to content

Commit cd8e612

Browse files
author
Pascal Grange
committed
Activate github actions
1 parent da1090d commit cd8e612

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/bash_unit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: bash_unit CI
2+
on:
3+
push:
4+
5+
jobs:
6+
ubuntu:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Unit testing with bash_unit
11+
run: FORCE_COLOR=true ./bash_unit tests/test*

0 commit comments

Comments
 (0)