diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64042c45..59895990 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,9 +21,15 @@ jobs: composer: ["v2"] steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true + + - name: Checkout Discord Service + uses: actions/checkout@v4 + with: + repository: ecfmp/discord + path: ../ecfmp-discord - name: Configure PHP uses: shivammathur/setup-php@v2