We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1745a commit 94fac18Copy full SHA for 94fac18
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
build:
26
uses: ./.github/workflows/build.yaml
27
crds-contexts:
28
- uses: spacetelescope/crds/.github/workflows/contexts.yml@master
+ uses: spacetelescope/crds/.github/workflows/contexts.yml@main
29
test_installed:
30
needs: [ build, crds-contexts ]
31
strategy:
@@ -170,7 +170,7 @@ jobs:
170
- run: pytest ${{ matrix.test-directory }} ${{ matrix.pytest-args }} -n auto --dist=loadscope
171
working-directory: ${{ matrix.package }}
172
crds_test_cache:
173
- uses: spacetelescope/crds/.github/workflows/cache.yml@master
+ uses: spacetelescope/crds/.github/workflows/cache.yml@main
174
test_crds_with_data:
175
needs: [ build, crds_test_cache ]
176
0 commit comments