Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jan 8, 2025
1 parent ecd9810 commit 4931ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dev-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@ jobs:
ORACLE_CONTRACT: ${{ vars.ORACLE_CONTRACT }}
CHAIN_ENDPOINT: ${{ secrets.CHAIN_ENDPOINT }}
ENDPOINT: "localhost:2206"
# TODO: remove this before merge
# Pin to this branch to have all the fix
AVS_BUILD_VERSION: update-sdk

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Bring up docker compose
run: |
docker compose up -d
- name: Debug environment variables
Expand Down Expand Up @@ -53,5 +49,6 @@ jobs:
run: |
export TEST_API_KEY="$(docker compose exec aggregator /ava create-api-key --role=admin --subject=apikey)"
export ENDPOINT="localhost:2206"
# We need to run yarn build here because the test is still importing from dist
yarn run build
yarn test
6 changes: 3 additions & 3 deletions packages/sdk-js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"rootDir": "./src"
},
"include": ["src/**/*"],
"references": [
{"path": "../types"}
]
"references": [
{"path": "../types"}
]
}

0 comments on commit 4931ca0

Please sign in to comment.