Skip to content

create new action that gets the size of the engines #1

create new action that gets the size of the engines

create new action that gets the size of the engines #1

Workflow file for this run

name: Get jar sizes
on:
push:
branches:
- main
paths:
- src/main/resources/availableDLVersions.json
- .github/workflows/jar_sizes.yml
pull_request:
branches: [ main ]
jobs:
build-and-run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Download all engines
run: |
python download-engines.py