Skip to content

Commit

Permalink
Rolling back the blt actions to v0.0.14 -- same reason as deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Dec 5, 2023
1 parent 1289cbb commit 780aaf5
Showing 1 changed file with 3 additions and 3 deletions.
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@v0.0.15
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.14
secrets: inherit
with:
platforms: "linux/amd64"
Expand All @@ -26,13 +26,13 @@ jobs:
solrTarget: hyku-solr
test:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.14
with:
webTarget: hyku-base
workerTarget: hyku-worker
lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.14
with:
webTarget: hyku-base
workerTarget: hyku-worker

0 comments on commit 780aaf5

Please sign in to comment.