Skip to content

Commit

Permalink
pipeline fix ?
Browse files Browse the repository at this point in the history
this project doesn't run specs, and therefore doesn't produce a rspec.xml file which causes the pipeline to fail on the move test step.
  • Loading branch information
ShanaLMoore committed Apr 3, 2024
1 parent 5b84eed commit 1942c03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 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.18
uses: scientist-softserv/actions/.github/workflows/build.yaml@add-rspecxml-conditional
secrets: inherit
with:
platforms: 'linux/amd64'
Expand All @@ -26,16 +26,14 @@ jobs:

test:
needs: build
uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.18
uses: scientist-softserv/actions/.github/workflows/test.yaml@add-rspecxml-conditional
with:
confdir: '/app/samvera/hyrax-webapp/solr/conf'
webTarget: hyku-web
workerTarget: hyku-worker
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@v0.0.18
uses: scientist-softserv/actions/.github/workflows/lint.yaml@add-rspecxml-conditional
with:
webTarget: hyku-web
workerTarget: hyku-worker
Expand Down
1 change: 0 additions & 1 deletion .rspec

This file was deleted.

Empty file removed rspec.xml
Empty file.

0 comments on commit 1942c03

Please sign in to comment.