Skip to content

Commit

Permalink
Create vprobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devopshydclub authored Nov 5, 2023
1 parent 84ed6ee commit b42b6f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/vprobuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: First Workflow
on: workflow_dispatch
jobs:
first-job:
runs-on: ubuntu-latest
steps:
- name: Install packages
run: sudo apt update && sudo apt install openjdk-11-jdk -y && sudo apt install maven -y

0 comments on commit b42b6f5

Please sign in to comment.