Skip to content

Commit 71f3bdb

Browse files
authored
Merge pull request #42 from currents-dev/fix/rerun-previous-build-id
[CSR-1806] fix: allow math in the previous-ci-build-id template
2 parents 6c7fd77 + 7e2c2e1 commit 71f3bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reruns-or8n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
or8n: true
4343
# debug: true
44-
# previous-ci-build-id: default is ${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt - 1 }}
44+
# previous-ci-build-id: default is ${{ github.repository }}-${{ github.run_id }}-<%= ${{ github.run_attempt }} - 1 %>
4545
pw-output-dir: basic/test-results
4646

4747
- name: Playwright Tests

0 commit comments

Comments
 (0)