Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2022-08-03 22:20:55 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-08-05 22:09:47 +0300
commit4561ec7ede2211a3d5f39b0be389f62ff0f2216c (patch)
treef1eac94ba7a0823c82cd14553dc713cd45700225
parentb1ff93f685d698f69fbd21c36d70c39a4975e02f (diff)
"if: always()" is a noop. Remove it to reduce visual clutter
-rw-r--r--.github/workflows/github-action.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 24677373b0..2da2cc428a 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -31,7 +31,6 @@ jobs:
shell: bash
run: docker exec rt bash -c "cd /rt && RT_TEST_PARALLEL_NUM=5 make test-parallel"
- name: Get run time
- if: always()
shell: bash
run: |
export RT_GA_END_TIME=$(date +%s)
@@ -84,7 +83,6 @@ jobs:
shell: bash
run: docker exec rt bash -c "cd /rt && RT_TEST_PARALLEL_NUM=5 make test-parallel"
- name: Get run time
- if: always()
shell: bash
run: |
export RT_GA_END_TIME=$(date +%s)
@@ -138,7 +136,6 @@ jobs:
shell: bash
run: docker exec -e RT_DBA_USER=postgres -e RT_TEST_WEB_HANDLER=apache+fcgid -e HTTPD_ROOT=/etc/apache2 -e RT_TEST_APACHE=/usr/sbin/apache2 -e RT_TEST_APACHE_MODULES=/usr/lib/apache2/modules -u rt-user rt bash -c "cd /rt && RT_TEST_PARALLEL_NUM=5 make test-parallel"
- name: Get run time
- if: always()
shell: bash
run: |
export RT_GA_END_TIME=$(date +%s)