Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Nagaprasadvr authored Feb 29, 2024
1 parent 0e18e2a commit 9ef3817
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -51,10 +51,5 @@ jobs:
shell: bash
run: yarn validator & sleep 3

- name: Logs
continue-on-error: false
shell: bash
run: yarn validator:logs &

- name: Test
run: yarn test
run: yarn validator:logs & yarn test

0 comments on commit 9ef3817

Please sign in to comment.