ci: fix test assignment issue, rename env tag

This commit is contained in:
Ivan Grokhotkov
2019-10-03 14:25:09 +02:00
parent a3cbc57c19
commit cf7fe34cc2
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class Parser(object):
file_name = table.get_string("any", file_name_addr)
# Search in tags to set the target
target_tag_dict = {"ESP32_IDF": "esp32", "7.2.2": "esp32s2beta"}
target_tag_dict = {"ESP32_IDF": "esp32", "ESP32S2BETA_IDF": "esp32s2beta"}
for tag in target_tag_dict:
if tag in tags:
target = target_tag_dict[tag]