-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine small CI tests in a single job (#5181)
# Motivation We have a number of small bash scripts which are used to test something on CI. Currently each of these is run on a separate GitHub runner instance which installs its own tools it needs. This seems like overkill. # Changes 1. Combined a number of jobs into a single `small-tests` job. 2. Run this job on both MacOS and Linux. There are a few more small jobs that don't currently work on MacOS so I didn't change them. # Tests See https://github.com/dfinity/nns-dapp/actions/runs/9892524481 # Todos - [ ] Add entry to changelog (if necessary). not necessary
- Loading branch information
Showing
1 changed file
with
42 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters