Skip to content

Commit

Permalink
fix ci p.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Apr 29, 2023
1 parent bd58e06 commit f089d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: ${{ steps.cache-checker.outputs.count == 0 }}
run: composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3.4.11

-name: Export moodle-plugin-ci pathes
- name: Export moodle-plugin-ci pathes
run: |
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
if: ${{ steps.cache-checker.outputs.count == 0 }}
run: composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3.4.11

-name: Export moodle-plugin-ci pathes
- name: Export moodle-plugin-ci pathes
run: |
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
Expand Down

0 comments on commit f089d8c

Please sign in to comment.