We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dcd3a commit 3802491Copy full SHA for 3802491
.github/workflows/execute-tests.yaml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- name: "Checkout code"
23
uses: actions/checkout@v4
24
- - name: "Run Util Tests"
+ - name: "Run Tests"
25
uses: ./.github/actions/run-playwright-tests
26
with:
27
bcss_cloud_environment: "${{ inputs.bcss_cloud_environment }}"
0 commit comments