Skip to content

Commit

Permalink
ci: fix typo in calling script for latest-release yml (#5701)
Browse files Browse the repository at this point in the history
Just fixing a typo. And testing the tagging feature.

@:help
  • Loading branch information
midleman authored Dec 11, 2024
1 parent c06aa01 commit ebe1604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ main branch by either pulling or rebasing.
-->

### Tests to Run

<!-- See `test/e2e/helpers/test-tags.ts` for a complete list of available tags. -->
`@:critical`

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ !cancelled() }}

- name: Transform to Playwright Tags $PW_TAGS
run: bash scripts/pr-tags-transform "e2e-electron" "${{ inputs.grep }}"
run: bash scripts/pr-tags-transform.sh "e2e-electron" "${{ inputs.grep }}"
shell: bash

- name: Run Tests (Electron)
Expand Down

0 comments on commit ebe1604

Please sign in to comment.