Skip to content

Commit ee06b77

Browse files
committed
use bash
1 parent 57238f9 commit ee06b77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
steps:
8686
- name: Set start timestamp
8787
id: start
88+
shell: bash
8889
run: printf 'timestamp=%(%s)T\n' >> "$GITHUB_OUTPUT"
8990
- name: Checkout sources
9091
uses: actions/checkout@v4
@@ -127,6 +128,7 @@ jobs:
127128
./gradlew testAllProtocols
128129
- name: Calculate duration
129130
id: end
131+
shell: bash
130132
run: |
131133
printf -v now '%(%s)T'
132134
duration=$(( now - ${{ steps.start.outputs.timestamp }} ))

0 commit comments

Comments
 (0)