Skip to content

Commit

Permalink
Update plugin-compacity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pangbo13 committed Jun 22, 2024
1 parent 0ca7520 commit 8c9fffa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/plugin-compacity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
path: tmp/
fetch-depth: 1

- name: Setup Plugin Directory
run: mkdir -p tmp/plugins
shell: bash

- name: Clone plugins
uses: discourse/.github/actions/clone-additional-plugins@v1
with:
ssh_private_key: ${{ secrets.ssh_private_key || ''}}
about_json_path: tmp/plugins.json

- name: Setup Plugin Directory
run: mkdir -p tmp/plugin
shell: bash

- name: Check For Test Types
id: check_tests
shell: ruby {0}
working-directory: tmp/plugin
working-directory: tmp/plugins
run: |
require 'json'
Expand Down

0 comments on commit 8c9fffa

Please sign in to comment.