Skip to content

Commit 00054b2

Browse files
committed
Show working dir
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 8221c75 commit 00054b2

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/test-postgis.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ jobs:
5050
- name: Checkout repository
5151
uses: actions/checkout@v4
5252

53+
- name: Show current directory
54+
run: pwd
55+
5356
- name: Set script permissions
5457
run: chmod +x /scripts/*.sh
55-
shell: bash
5658

5759
- name: List scripts directory for debugging
5860
run: ls -l ./scripts
59-
shell: bash
6061

6162
- name: Checkout Redmine
6263
uses: actions/checkout@v4
@@ -72,52 +73,43 @@ jobs:
7273

7374
- name: Setup Environment
7475
run: /scripts/setup_environment.sh
75-
shell: bash
7676

7777
- name: Prepare Plugin
7878
working-directory: redmine/plugins/${{ env.PLUGIN_NAME }}
7979
run: /scripts/prepare_plugin.sh
80-
shell: bash
8180

8281
- name: Prepare Redmine source
8382
working-directory: redmine
8483
run: /scripts/prepare_redmine.sh
85-
shell: bash
8684

8785
- name: Adjust Gem environment
8886
run: /scripts/adjust_gem_env.sh
89-
shell: bash
9087

9188
- name: Install Ruby dependencies
9289
working-directory: redmine
9390
run: /scripts/install_ruby_dependencies.sh
94-
shell: bash
9591

9692
- name: Run Redmine rake tasks
9793
env:
9894
RAILS_ENV: test
9995
working-directory: redmine
10096
run: /scripts/run_rake_tasks.sh
101-
shell: bash
10297

10398
- name: Zeitwerk check
10499
env:
105100
RAILS_ENV: test
106101
working-directory: redmine
107102
run: /scripts/zeitwerk_check.sh
108-
shell: bash
109103

110104
- name: Run tests
111105
env:
112106
RAILS_ENV: test
113107
GOOGLE_CHROME_OPTS_ARGS: "headless,disable-gpu,no-sandbox,disable-dev-shm-usage"
114108
working-directory: redmine
115109
run: /scripts/run_tests.sh
116-
shell: bash
117110

118111
- name: Run uninstall test
119112
env:
120113
RAILS_ENV: test
121114
working-directory: redmine
122115
run: /scripts/run_uninstall_test.sh
123-
shell: bash

0 commit comments

Comments
 (0)