Skip to content

No minimize jar.

No minimize jar. #24

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ '23-24', 'v*' ]
pull_request:
branches: [ '23-24', 'v*' ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: proyecto
steps:
- name: Checkout the repo.
uses: actions/checkout@v4
- name: Install needed ubuntu packages.
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: openjdk-11-jdk maven
version: 1.0
- name: build proyecto
run: make