Skip to content

Commit

Permalink
Moves docker- workflows to .github/workflows directory
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Dec 27, 2024
1 parent 651693b commit 55fc02c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions workflow-templates/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
build:
needs: prereqs
uses: BerkeleyLibrary/.github/workflows/docker-build.yml@main
uses: BerkeleyLibrary/.github/.github/workflows/docker-build.yml@main

test:
needs: build
uses: BerkeleyLibrary/.github/workflows/docker-test.yml@main
uses: BerkeleyLibrary/.github/.github/workflows/docker-test.yml@main

0 comments on commit 55fc02c

Please sign in to comment.