Skip to content

Commit

Permalink
remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Feb 23, 2024
1 parent 4602529 commit e187b52
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,3 @@ jobs:
run: yarn lint
- name: format
run: yarn prettier:check

contract-test:
runs-on: ubuntu-latest
needs: [check]
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: integration_test
run: yarn workspace contract test

0 comments on commit e187b52

Please sign in to comment.