Skip to content

Commit 21cbb81

Browse files
committed
Move to scripts directory
Signed-off-by: Daniel Kastl <[email protected]>
1 parent c5771c2 commit 21cbb81

10 files changed

+9
-9
lines changed

.github/workflows/test-postgis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,44 +57,44 @@ jobs:
5757
path: redmine/plugins/${{ env.PLUGIN_NAME }}
5858

5959
- name: Setup Environment
60-
run: ./.github/workflow/setup_environment.sh
60+
run: ./scripts/setup_environment.sh
6161

6262
- name: Prepare Plugin
6363
working-directory: redmine/plugins/${{ env.PLUGIN_NAME }}
64-
run: ./.github/workflow/prepare_plugin.sh
64+
run: ./scripts/prepare_plugin.sh
6565

6666
- name: Prepare Redmine source
6767
working-directory: redmine
68-
run: ./.github/workflow/prepare_redmine.sh
68+
run: ./scripts/prepare_redmine.sh
6969

7070
- name: Adjust Gem environment
71-
run: ./.github/workflow/adjust_gem_env.sh
71+
run: ./scripts/adjust_gem_env.sh
7272

7373
- name: Install Ruby dependencies
7474
working-directory: redmine
75-
run: ./.github/workflow/install_ruby_dependencies.sh
75+
run: ./scripts/install_ruby_dependencies.sh
7676

7777
- name: Run Redmine rake tasks
7878
env:
7979
RAILS_ENV: test
8080
working-directory: redmine
81-
run: ./.github/workflow/run_rake_tasks.sh
81+
run: ./scripts/run_rake_tasks.sh
8282

8383
- name: Zeitwerk check
8484
env:
8585
RAILS_ENV: test
8686
working-directory: redmine
87-
run: ./.github/workflow/zeitwerk_check.sh
87+
run: ./scripts/zeitwerk_check.sh
8888

8989
- name: Run tests
9090
env:
9191
RAILS_ENV: test
9292
GOOGLE_CHROME_OPTS_ARGS: "headless,disable-gpu,no-sandbox,disable-dev-shm-usage"
9393
working-directory: redmine
94-
run: ./.github/workflow/run_tests.sh
94+
run: ./scripts/run_tests.sh
9595

9696
- name: Run uninstall test
9797
env:
9898
RAILS_ENV: test
9999
working-directory: redmine
100-
run: ./.github/workflow/run_uninstall_test.sh
100+
run: ./scripts/run_uninstall_test.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)