Aqua #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Workflow | |
on: workflow_dispatch | |
jobs: | |
first-job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install packages | |
run: | | |
echo "Running installing packages" | |
#sudo apt update | |
#sudo apt install openjdk-11-jdk -y | |
#sudo apt install maven -y | |
- name: Build artifacts | |
run: | | |
ls -l ../ |