Skip to content

[DO NOT MERGE YET] LAVA 3.0 #21

[DO NOT MERGE YET] LAVA 3.0

[DO NOT MERGE YET] LAVA 3.0 #21

Workflow file for this run

name: Test Lava
on:
workflow_dispatch:
pull_request:
branches:
- master
- update-dep
- next
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install all requirements
run: bash install.sh
# Perhaps here is where I add the code about pushing to DockerHub?