Skip to content

Commit

Permalink
test: refactoring test name
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 5, 2024
1 parent 3a0f377 commit 07e50cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on: pull_request

jobs:
runTests:
name: API test
timeout-minutes: 30
runs-on: ubuntu-latest
permissions:
Expand All @@ -22,6 +21,7 @@ jobs:
- stats.test.ts
- tokens.test.ts
- transactions.test.ts
name: 'API test set: ${{ matrix.os}} / Node: ${{ matrix.node-version}}'
steps:
- name: Checkout with Submodule
uses: actions/checkout@v3
Expand Down

0 comments on commit 07e50cf

Please sign in to comment.