This commit is contained in:
Tyrelis
2020-08-31 17:11:22 -06:00
committed by GitHub
parent ffb0e4f3a3
commit 089192ceea

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: 'recursive' submodules: 'recursive'
path: 'modules/mod-dynamic-xp' path: 'modules/mod-account-mounts'
- name: Cache - name: Cache
uses: actions/cache@v1.1.2 uses: actions/cache@v1.1.2
with: with:
@@ -42,4 +42,4 @@ jobs:
- name: Dry run - name: Dry run
run: source ./apps/ci/ci-worldserver-dry-run.sh run: source ./apps/ci/ci-worldserver-dry-run.sh
- name: Check startup errors - name: Check startup errors
run: source ./apps/ci/ci-error-check.sh run: source ./apps/ci/ci-error-check.sh