forked from james-huston/mod-auctionator
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a431ab
commit 6dc99fd
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,18 +23,10 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Checkout ACore | ||
uses: rohmanngmbh/[email protected] | ||
with: | ||
# Repository name with owner. For example, actions/checkout | ||
repository: araxiaonline/AzerothCore-wotlk-with-NPCBots | ||
path: AzerothCore | ||
- name: Checkout mod-auctionator | ||
uses: rohmanngmbh/[email protected] | ||
with: | ||
path: AzerothCore/modules/mod-auctionator | ||
run: git checkout https://github.com/araxiaonline/AzerothCore-wotlk-with-NPCBots.git | ||
|
||
- name: List Files | ||
working-directory: ${{github.workspace}}/AzerothCore | ||
working-directory: ${{github.workspace}}/ | ||
# Execute tests defined by the CMake configuration. | ||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail | ||
run: ls -al | ||
|