department-of-veterans-affairs / notification-api

Notification API
MIT License
16 stars 9 forks source link

HOTFIX - Use ubuntu 22 for dev tests #2043

Closed coreycarvalho closed 1 month ago

coreycarvalho commented 1 month ago

Description

We have failing tests due to our Github Actions Runners using Ubuntu 24, which is caused by the usage of the ubuntu-latest label in our workflow. We want to pin that to v22 so that our tests can pass and unblock ourselves from work.

Successful previous run:

image

Failed new run:

image

How Has This Been Tested?

We will make sure CI works once this PR is opened. That will determine that this was "tested" correctly. Will also check the workflow to make sure Ubuntu 22 is being run.

Checklist