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 8c9fffa commit 4b53616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin-compacity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 1

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

- name: Clone plugins
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Check For Test Types
id: check_tests
shell: ruby {0}
working-directory: tmp/plugins
working-directory: plugins
run: |
require 'json'
Expand Down

0 comments on commit 4b53616

Please sign in to comment.