diff options
author | merakor <cem@ckyln.com> | 2020-12-20 21:21:21 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-20 21:21:21 +0000 |
commit | 41859732b57e182a675650584530ea85c7bf1407 (patch) | |
tree | e4be2087464df5d7b32f65ec03ea356101256384 /.github/workflows | |
parent | 388586b7ceac1470e741b2967e5ba33c8d99ef7b (diff) | |
download | cpt-41859732b57e182a675650584530ea85c7bf1407.tar.gz |
GitHub Workflows: add minimal 'do' shell script for use in tests
FossilOrigin-Name: de5cc9af20b3b0b7921469eb7bbdbe8ba0950583f627480fa2ada969e6407bf4
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 836d891..0e61433 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v1 - name: Run tests. - run: make test + run: ./minimal/do test |