Skip to content

Commit

Permalink
Updates the workflows with the updated version after cutting a new re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
aprilrieger committed Aug 3, 2023
1 parent c434227 commit a2096f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@make_actions_more_like_local
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.15
secrets: inherit
with:
platforms: "linux/amd64"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@make_actions_more_like_local
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.15
secrets: inherit
with:
platforms: 'linux/amd64'
Expand All @@ -26,15 +26,15 @@ jobs:

test:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@make_actions_more_like_local
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.15
with:
confdir: '/app/samvera/hyrax-webapp/solr/conf'
webTarget: hyku-web
workerTarget: hyku-worker

lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/lint.yaml@make_actions_more_like_local
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.15
with:
webTarget: hyku-web
workerTarget: hyku-worker
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ on:

jobs:
deploy:
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
secrets: inherit

0 comments on commit a2096f4

Please sign in to comment.