Skip to content

Commit

Permalink
Merge pull request #24 from lsst-epo/EPO-7766
Browse files Browse the repository at this point in the history
Epo 7766
  • Loading branch information
ericdrosas87 authored Mar 22, 2023
2 parents afecdc2 + f722126 commit e8ee05e
Show file tree
Hide file tree
Showing 48 changed files with 1,441 additions and 995 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pr-test-execution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,12 @@ jobs:
- name: Install Composer dependencies
uses: php-actions/composer@v6
with:
php_version: "7.4"
php_extensions: zip
php_version: "8.1"
php_extensions: zip bcmath
command: install

# Get secrets
# - name: Use gCloud command to connect to SQL proxy
# run: gcloud compute ssh db-client-1 --project=skyviewer --zone=us-central1-a -- -L 127.0.0.1:5432:10.109.176.5:5432 &
args: --verbose --ignore-platform-reqs

# Execute those tests
- name: Execute tests
run: |-
php vendor/bin/codecept run unit
# uses: joelwmale/codeception-action@master
# env:
# ENV_FILE: ./tests/.env
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ vendor
.env
tests/_craft/storage/logs/
/vendor
.idea/
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/codeception.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions .idea/craft3-universal-dam-integrator.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/php-inspections-ea-ultimate.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/php-test-framework.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e8ee05e

Please sign in to comment.