Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Nov 15, 2023
1 parent 2ab0caf commit 293cdb3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/bc23test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ jobs:
steps:
- name: Checkout bc23
uses: actions/checkout@v3
id: checkoutbc23
with:
repository: 'ParadigmMC/mcman-bc23'
path: bc23
- name: Checkout mcman 0.4
uses: actions/checkout@v3
with:
repository: 'ParadigmMC/mcman'
ref: 'source-rewrite'
path: 'mcman'
- run: rustup toolchain install stable
- uses: Swatinem/rust-cache@v2
- name: Setup java
Expand All @@ -27,8 +17,7 @@ jobs:
java-version: '17'
- name: Install mcman
run: |
cargo install --path ${{ github.workspace }}/mcman
cargo install --git https://github.com/ParadigmMC/mcman.git --branch source-rewrite
- name: Test the server
run: |
mcman run --test
working-directory: ${{ steps.checkoutbc23.outputs }}/bc23

0 comments on commit 293cdb3

Please sign in to comment.