Skip to content

Bump moto from 5.0.27 to 5.0.28 #668

Bump moto from 5.0.27 to 5.0.28

Bump moto from 5.0.27 to 5.0.28 #668

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.12
- run: make install
- run: make test
env:
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_LOGIN_USER }}
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_LOGIN_PASSWORD }}