Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Dec 5, 2024
1 parent 08b5772 commit f201e26
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ env:
jobs:
tests:
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
tests: [xcm-transfer, staking]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -29,4 +25,4 @@ jobs:
- run: yarn --immutable
- run: yarn lint
- run: yarn update-env
- run: yarn test tests/${{ matrix.tests }}
- run: yarn test

0 comments on commit f201e26

Please sign in to comment.