diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2020-01-11 17:36:00 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2020-01-11 17:36:00 +0100 |
commit | 394a0cd4ffbe292fe48a8f714d1c382531733bcb (patch) | |
tree | 06f8516422dd32318859c010214b72602af52c60 /.github/workflows | |
parent | bb5d1ef31e65a6160e4fa1302d0ee293d5c344ef (diff) | |
download | gitblit-394a0cd4ffbe292fe48a8f714d1c382531733bcb.tar.gz gitblit-394a0cd4ffbe292fe48a8f714d1c382531733bcb.zip |
Run build and tests on Java 7.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e9961f2f..04a25ca1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -62,4 +62,4 @@ jobs: moxie-0.9.4/bin/moxie -version - name: Build with Moxie - run: moxie-0.9.4/bin/moxie + run: moxie-0.9.4/bin/moxie test |