Skip to content

Commit

Permalink
Update build-test-lint.yaml (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore authored Oct 31, 2024
1 parent cb0c0f4 commit 044627d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
required: false
default: false

Expand All @@ -22,7 +22,7 @@ env:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.22
uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.23
secrets: inherit
with:
platforms: "linux/amd64" # "linux/amd64,linux/arm64"
Expand All @@ -32,20 +32,20 @@ jobs:

lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.22
uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.23
with:
webTarget: hyku-web
workerTarget: hyku-worker
rubocop_cmd: "bundle exec rubocop --parallel --format progress"

test:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.22
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.23
with:
confdir: '/app/samvera/hyrax-webapp/solr/conf'
confdir: "/app/samvera/hyrax-webapp/solr/conf"
rspec_cmd: "gem install semaphore_test_boosters && bundle && rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTAL"

reports:
if: always()
needs: [test, lint]
uses: scientist-softserv/actions/.github/workflows/report.yaml@v0.0.22
uses: scientist-softserv/actions/.github/workflows/report.yaml@v0.0.23

0 comments on commit 044627d

Please sign in to comment.