Skip to content

Commit

Permalink
bump to actions to released version
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Sep 12, 2024
1 parent a3c12e8 commit 08f74a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -22,7 +22,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@choose-which-step-to-debug-with-tmate
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.23
secrets: inherit
with:
platforms: "linux/amd64"
Expand All @@ -31,14 +31,14 @@ jobs:
workerTarget: hyku-worker
test:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@choose-which-step-to-debug-with-tmate
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.23
with:
confdir: '/app/samvera/hyrax-webapp/solr/conf'
rspec_cmd: "cd .. && gem install semaphore_test_boosters && bundle && rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTAL"

lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/lint.yaml@choose-which-step-to-debug-with-tmate
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.23
with:
webTarget: hyku-web
workerTarget: hyku-worker
Expand Down
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/deploy.yaml@v0.0.15
uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.23
secrets: inherit

0 comments on commit 08f74a3

Please sign in to comment.