File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424jobs :
2525 build :
2626 permissions : write-all
27- uses : notch8/actions/.github/workflows/build.yaml@v1.0.9
27+ uses : notch8/actions/.github/workflows/build.yaml@v1.0.10
2828 secrets : inherit
2929 with :
3030 components : ' ["web","worker","solr"]'
3131
3232 test :
3333 needs : build
34- uses : notch8/actions/.github/workflows/test.yaml@v1.0.9
34+ uses : notch8/actions/.github/workflows/test.yaml@v1.0.10
3535 with :
3636 confdir : " /app/samvera/hyrax-webapp/solr/conf"
3737 rspec_cmd : " cd .. && gem install semaphore_test_boosters && bundle && rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTAL"
3838
3939 lint :
4040 needs : build
41- uses : notch8/actions/.github/workflows/lint.yaml@v1.0.9
41+ uses : notch8/actions/.github/workflows/lint.yaml@v1.0.10
4242 with :
4343 rubocop_cmd : " cd .. && bundle && bundle exec rubocop --parallel --format progress --format junit --out rubocop.xml"
4444
4545 reports :
4646 if : always()
4747 needs : [test, lint]
48- uses : notch8/actions/.github/workflows/report.yaml@v1.0.9
48+ uses : notch8/actions/.github/workflows/report.yaml@v1.0.10
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 deploy :
22- uses : notch8/actions/.github/workflows/deploy.yaml@v1.0.9
22+ uses : notch8/actions/.github/workflows/deploy.yaml@v1.0.10
2323 secrets : inherit
You can’t perform that action at this time.
0 commit comments