Skip to content

Commit

Permalink
pass env for test
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 29, 2024
1 parent af1495b commit 885890d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
bundler-cache: true

- name: 'Run Rubocop'
Expand Down
1 change: 1 addition & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ phases:
if [ "$INTEG_TEST_ENV" != "none" ]
then
docker-compose run --rm \
-e DATAURL=$DATAURL \
-e INTEG_TEST_ENV=$INTEG_TEST_ENV \
-e INGEST_FILES=$INGEST_FILES \
-e AWS_CONTAINER_CREDENTIALS_RELATIVE_URI=$AWS_CONTAINER_CREDENTIALS_RELATIVE_URI \
Expand Down

0 comments on commit 885890d

Please sign in to comment.