From 9cd40f0f013f2fb1351c95dcbe9d777f965f3c36 Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Tue, 9 Apr 2024 11:09:16 +0500 Subject: [PATCH] tags corrected --- .github/workflows/ui_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui_workflow.yml b/.github/workflows/ui_workflow.yml index ecf0c930..6efdfc09 100644 --- a/.github/workflows/ui_workflow.yml +++ b/.github/workflows/ui_workflow.yml @@ -72,7 +72,7 @@ jobs: - name: Win Firefox baseurl: https://opensource-demo.orangehrmlive.com - tags: web_tests and firefox + tags: 'web_tests and firefox' config_file: ./env_configs/win_firefox.json html_report: win-firefox testrail_configuration_name: 'Firefox, Windows' @@ -88,7 +88,7 @@ jobs: - name: Mac Firefox baseurl: https://opensource-demo.orangehrmlive.com - tags: web_tests and firefox + tags: 'web_tests and firefox' config_file: ./env_configs/mac_firefox.json html_report: mac-firefox testrail_configuration_name: 'Firefox, MacOS'