Skip to content

Commit

Permalink
Run all tests in one workflow (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Oct 18, 2023
1 parent 102ef95 commit 000e6da
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ runs:
with:
max_attempts: 3
timeout_minutes: 25
# This runs all the tests, both unit and e2e.
command: pnpm run test

- name: Print local testnet logs on failure
Expand Down
19 changes: 0 additions & 19 deletions .github/actions/run-unit-tests/action.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env:
GIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}

name: "Run E2E tests with local testnet from latest CLI"
name: "Run tests (unit + e2e) with local testnet from latest CLI"
on:
pull_request:
types: [labeled, opened, synchronize, reopened, auto_merge_enabled]
Expand All @@ -16,4 +16,4 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ env.GIT_SHA }}
- uses: ./.github/actions/run-e2e-tests
- uses: ./.github/actions/run-tests
19 changes: 0 additions & 19 deletions .github/workflows/run-unit-tests.yaml

This file was deleted.

0 comments on commit 000e6da

Please sign in to comment.