Skip to content

Commit

Permalink
Update action 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lscgh committed Jan 25, 2024
1 parent ea9e77a commit 6bce8bb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/github-action-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ jobs:
run: "echo Build"
- name: "Check out"
uses: actions/checkout@v4
- name: "Go to workspace directory /mavenmcserver"
run: "cd ${{ github.workspace }}/mavenmcserver"
- name: "List items here"
run: "ls"
- name: "Get maven version"
run: "mvn --version"
- name: "Test maven package"
run: "mvn package"
Install:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6bce8bb

Please sign in to comment.