Skip to content

Commit

Permalink
that
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Nov 15, 2023
1 parent c2432a2 commit 2ab0caf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bc23test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
steps:
- name: Checkout bc23
uses: actions/checkout@v3
id: checkoutbc23
with:
repository: 'ParadigmMC/mcman-bc23'
path: bc23
Expand All @@ -30,4 +31,4 @@ jobs:
- name: Test the server
run: |
mcman run --test
working-directory: ${{ github.workspace }}/bc23
working-directory: ${{ steps.checkoutbc23.outputs }}/bc23

0 comments on commit 2ab0caf

Please sign in to comment.