Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
CuddlyBunion341 committed Apr 19, 2024
1 parent d279adb commit 5451bd1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Checkout Plugin
uses: actions/checkout@v4
with:
repository: renuo/redmine_3cx_plugin
path: plugins/redmine_3cx_plugin
repository: renuo/redmine-3cx-plugin
path: plugins/redmine-3cx-plugin

- name: Cache gems
uses: actions/cache@v3
with:
path: vendor/bundle
key: gems-${{ hashFiles('Gemfile', 'plugins/redmine_3cx_plugin/PluginGemfile.lock') }}
key: gems-${{ hashFiles('Gemfile', 'plugins/redmine-3cx-plugin/PluginGemfile.lock') }}

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -38,11 +38,11 @@ jobs:
run: sudo service mysql start

- name: Setup Plugin
working-directory: plugins/redmine_3cx_plugin
working-directory: plugins/redmine-3cx-plugin
run: bin/setup
env:
GITHUB_ACTIONS: true

- name: Run tests
working-directory: plugins/redmine_3cx_plugin
working-directory: plugins/redmine-3cx-plugin
run: bin/check

0 comments on commit 5451bd1

Please sign in to comment.