Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
montedonioluiz committed Jan 8, 2024
1 parent 6927df5 commit 087105b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn flow
env:
CI: true
- run: yarn build
env:
CI: true
- run: yarn test
env:
CI: true
- run: yarn install --ignore-engines
- run: npm run flow

0 comments on commit 087105b

Please sign in to comment.