Skip to content

Commit

Permalink
Update build-test-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore committed Aug 16, 2023
1 parent 430c748 commit be6e096
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ jobs:
HEAD_TAG: ${{ github.event.pull_request.head.sha || github.sha }}
SE_NODE_SESSION_TIMEOUT: 999999
DEPENDENCIES_NEXT: 1
BUNDLE_GEMFILE: Gemfile_next
BUNDLER_VERSION: 2.0.1
shell: bash
- name: Downcase repo
run: echo "REPO_LOWER=${REPO,,}" >> $GITHUB_ENV
Expand Down Expand Up @@ -309,6 +311,8 @@ jobs:
CONFDIR: "/app/samvera/hyrax-webapp/solr/config"
DB_CLEANER_ALLOW_REMOTE_DB_URL: "true"
DEPENDENCIES_NEXT: 1
BUNDLE_GEMFILE: Gemfile_next
BUNDLER_VERSION: 2.0.1
TB_RSPEC_FORMATTER: progress
TB_RSPEC_OPTIONS: --format RspecJunitFormatter --out rspec.xml
steps:
Expand All @@ -318,7 +322,6 @@ jobs:
echo ${HEAD_TAG::8}
env:
HEAD_TAG: ${{ github.event.pull_request.head.sha || github.sha }}
BUNDLE_GEMFILE: Gemfile_next
shell: bash
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit be6e096

Please sign in to comment.