Skip to content

Commit

Permalink
switch around some tsts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale committed Mar 20, 2024
1 parent 5aaa1d2 commit b5e7d13
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 18 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/call-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
call-version-info-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]

29 changes: 11 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
name: Test
name: Test with pytest

on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
on: push

jobs:
call-pytest-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
local_package_name: back-projection
pytest:
runs-on: ubuntu-latest

call-version-info-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
steps:
- uses: actions/checkout@v4

- uses: mamba-org/provision-with-micromamba@v16

- shell: bash -l {0}
run: |
make pytest

0 comments on commit b5e7d13

Please sign in to comment.