Skip to content

Commit

Permalink
build: checkout discord service on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Oct 18, 2023
1 parent 43fe261 commit d96ee70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d96ee70

Please sign in to comment.