Skip to content

Bump ASFHyP3/actions from 0.14.0 to 0.15.0 #587

Bump ASFHyP3/actions from 0.14.0 to 0.15.0

Bump ASFHyP3/actions from 0.14.0 to 0.15.0 #587

Workflow file for this run

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