Skip to content

Commit

Permalink
update flow.json & cadence test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Sep 27, 2024
1 parent 06cfd2e commit 79bc73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: npm test

- name: Run Cadence Tests
if: always()
run: sh run-test.sh

# - name: Run E2E Cypress Tests
Expand Down
5 changes: 1 addition & 4 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,7 @@
"accounts": {
"emulator-account": {
"address": "0xf8d6e0586b0a20c7",
"key": {
"type": "file",
"location": "./keys/emulator.pkey"
}
"key": "${EMULATOR_ACCOUNT_PKEY}"
},
"catalog-previewnet-account": {
"address": "0xd5a5e5c94f9cdb36",
Expand Down

0 comments on commit 79bc73c

Please sign in to comment.