Skip to content

Commit

Permalink
chore: test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Amynka committed May 17, 2024
1 parent 5cce614 commit 7da77f2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Java CI

on:
push:
branches: [ "master" ]
branches: [ "amy/ci_cd" ]
pull_request:
branches: [ "master" ]

Expand All @@ -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=./"

0 comments on commit 7da77f2

Please sign in to comment.