Skip to content

Commit

Permalink
Refactor and rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Oct 24, 2024
1 parent 6f51751 commit f4d2d2b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 76 deletions.
18 changes: 0 additions & 18 deletions .github/actions/ts-run-fmt/action.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/actions/ts-run-lint/action.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
jobs:
test:
frontend-tests:
defaults:
run:
working-directory: 'src/typescript'
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
path: 'playwright-report/'
retention-days: 30
timeout-minutes: 60
name: 'Run the Playwright E2E tests'
name: 'Run the frontend tests'
"on":
pull_request:
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
0xeaa964d1353b075ac63b0c5a0c1e92aa93355be1402f6077581e37e2a846105e
TS_DIR: 'src/typescript'
jobs:
ts-run-tests:
sdk-tests:
permissions:
contents: 'write'
runs-on: 'ubuntu-latest'
Expand All @@ -20,7 +20,7 @@ jobs:
with:
destination_directory: '/usr/local/bin'
- uses: './.github/actions/ts-run-tests'
name: 'Run the TypeScript E2E and unit tests with a local testnet'
name: 'Run the SDK tests'
'on':
pull_request: null
push:
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/ts-run-fmt.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ts-run-lint.yaml

This file was deleted.

0 comments on commit f4d2d2b

Please sign in to comment.