diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 2652fda51..ad4589bca 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -19,7 +19,6 @@ jobs: - name: Additional checkouts run: | git clone --branch master --depth 1 https://github.com/moodle/moodle $GITHUB_WORKSPACE/moodle - git clone --branch integration --depth 1 https://github.com/moodlehq/moodle-local_moodlemobileapp $GITHUB_WORKSPACE/moodle/local/moodlemobileapp git clone --branch master --depth 1 https://github.com/moodlehq/moodle-docker $GITHUB_WORKSPACE/moodle-docker - name: Install npm packages run: |