BURG3R5/firefox-bookmarks

Combine the integration tests workflow into one job

Open

#9 opened on Aug 18, 2023

 (0 comments) (0 reactions) (0 assignees)Python (2 forks)auto 404
help wanted

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (PR metrics pending)

Description

Most of the steps in he current integration_tests.yml workflows are exactly the same, except for the run-firefox step. They should be combined into one job, with an if condition on the differing step and a strategy.matrix containing the different OSes.

Contributor guide