Skip to content

Commit

Permalink
rm tests from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Jan 9, 2025
1 parent 0b011d0 commit 9a37573
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 259 deletions.
237 changes: 0 additions & 237 deletions .github/workflows/_ts-sdk-playwright-tests.yml

This file was deleted.

9 changes: 1 addition & 8 deletions .github/workflows/on-pull-request-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ concurrency:
cancel-in-progress: true

jobs:

check-vars-and-secrets:
name: Check vars and secrets
uses: ./.github/workflows/_check-vars-and-secrets.yml
Expand Down Expand Up @@ -46,18 +45,12 @@ jobs:
uses: ./.github/workflows/_ts-checks.yml
secrets: inherit

ts-sdk-playwright-tests:
name: Typescript shielder-sdk Playwright tests
needs: [build-contracts, build-wasm-packages]
uses: ./.github/workflows/_ts-sdk-playwright-tests.yml
secrets: inherit

clean-wasm-artifact:
name: Clean wasm artifact
runs-on: ubuntu-22.04
if: ${{ always() }}
# dependencies should include all jobs, which interact with wasm artifact
needs: [build-wasm-packages, ts-checks, ts-sdk-playwright-tests]
needs: [build-wasm-packages, ts-checks]
steps:
- uses: geekyeggo/delete-artifact@v5
with:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/testnet-nightly-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:

e2e-tests:
name: Run E2E tests on testnet
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -88,18 +87,6 @@ jobs:
run: pnpm build
working-directory: ts/shielder-sdk

- name: Install dependencies (shielder-sdk-tests)
run: pnpm install --frozen-lockfile
working-directory: ts/shielder-sdk-tests

- name: Install Playwright dependencies (shielder-sdk-tests)
run: pnpm postinstall
working-directory: ts/shielder-sdk-tests

- name: Build shielder-sdk-tests
run: pnpm build
working-directory: ts/shielder-sdk-tests

- name: Run e2e tooling tests
env:
DEPLOYER_PRIVATE_KEY: ${{ secrets.CI_TESTNET_DEPLOYER_PRIVATE_KEY }}
Expand All @@ -119,7 +106,6 @@ jobs:
NO_FORMATTING=true TESTNET=true ./tooling-e2e-tests/full_scenario.sh
NO_FORMATTING=true TESTNET=true ./tooling-e2e-tests/recovery_scenario.sh
NO_FORMATTING=true TESTNET=true ./tooling-e2e-tests/many_actors.sh
NO_FORMATTING=true TESTNET=true ./tooling-e2e-tests/ts_sdk_tests.sh
slack-notification:
name: Slack notification
Expand Down

0 comments on commit 9a37573

Please sign in to comment.