Skip to content

Commit

Permalink
chore(ci): move integration test before lint (passportxyz#1157)
Browse files Browse the repository at this point in the history
* chore(ci): move integration test before lint

* fix(ci): move to after build
Tim Schultz authored Apr 20, 2023
1 parent a63f4d6 commit 4a220c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
- 7007:7007

env:
CERAMIC_CLIENT_URL: http://127.0.0.1:7007
CERAMIC_CLIENT_URL: http://127.0.0.1:7007

steps:
- uses: actions/checkout@v3
@@ -31,11 +31,11 @@ jobs:
run: lerna bootstrap
- name: Run Tests
run: yarn test
- name: Run Ceramic Integration Tests
run: yarn test:ceramic-integration
- name: Run Linter
run: yarn lint
- name: Workarround for build error
run: rm -rf node_modules/@tendermint
- name: Run Build (ensure that build succeeds)
run: yarn build
- name: Run Ceramic Integration Tests
run: yarn test:ceramic-integration

0 comments on commit 4a220c6

Please sign in to comment.