Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Mar 9, 2024
1 parent 49e174e commit 2ba3c3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
ini-values: max_input_vars=5000
coverage: pcov

- name: npm cache
uses: actions/cache@v3
with:
path: ~/.npm
key: node-${{ matrix.php }}-${{ matrix.moodle-branch }}-${{ matrix.database }}-cache
restore-keys: |
node-${{ matrix.php }}-${{ matrix.moodle-branch }}-${{ matrix.database }}-cache
- name: composer
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- name: chrome
if: ${{ always() }}
run: moodle-plugin-ci --ansi behat --profile chrome -f moodle_screenshot
run: moodle-plugin-ci --ansi behat --profile chrome

- name: firefox classic
if: ${{ always() }}
Expand All @@ -141,13 +141,3 @@ jobs:
run: moodle-plugin-ci --ansi behat --auto-rerun=0 --profile chrome admin/tool/xmldb
working-directory: moodle

- name: ls
if: ${{ always() }}
run: ls -aR
working-directory: moodledata/behat_dump

- name: artifacts
uses: actions/upload-artifact@v4
with:
name: assets-for-download
path: moodledata/behat_dump

0 comments on commit 2ba3c3b

Please sign in to comment.