From 7da77f29a2e98e6c2c9ef80d411c2738ebcc4047 Mon Sep 17 00:00:00 2001 From: Amy Liffey Date: Fri, 17 May 2024 11:05:14 +0200 Subject: [PATCH] chore: test cicd --- .github/workflows/ant.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index e8336e3..75f5c67 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -5,7 +5,7 @@ name: Java CI on: push: - branches: [ "master" ] + branches: [ "amy/ci_cd" ] pull_request: branches: [ "master" ] @@ -22,4 +22,8 @@ jobs: java-version: '11' distribution: 'temurin' - name: Build with Ant - run: ant -noinput -buildfile build.xml + run: | + curl https://drive.switch.ch/index.php/s/JmxKrMLdqGeriGV/download --output plugins.zip + unzip plugins.zip + ant build "-DECLIPSE_HOME=./" + ant run-test "-DECLIPSE_HOME=./" \ No newline at end of file