From c118df6f3aec7d614947e84bc6acc7e9d040bf45 Mon Sep 17 00:00:00 2001 From: Darren Kelly Date: Tue, 26 Dec 2023 00:03:26 +0000 Subject: [PATCH] update readme and actions --- .github/workflows/integration-tests.yaml | 9 +++++- .idea/workspace.xml | 4 ++- integration_tests/.gitignore | 2 ++ integration_tests/.mocharc.json | 4 +++ integration_tests/package.json | 3 ++ integration_tests/test/accounts.test.ts | 2 -- integration_tests/yarn.lock | 36 ++++++++++++++++++++++-- 7 files changed, 53 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 3b444e007..9e50653bc 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -19,7 +19,14 @@ jobs: node-version: 18 - name: Run Tests + working-directory: integration_tests run: | - cd integration_tests yarn install yarn test + + - name: Publish Test Results + uses: EnricoMi/publish-unit-test-result-action@v2 + if: always() + with: + files: | + integration_tests/results.json diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 12d6d63b0..c6dd4f201 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,8 +8,10 @@ - + + +