Skip to content

Commit

Permalink
fix bump-test
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Oct 4, 2023
1 parent bacf8d4 commit 6102124
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/bump-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Pull & build dbnet-parser
run: |
npm install -g yarn
# Build dbnet-parser
cd .. && rm -rf dbnet-parser
git clone [email protected]:dbnet-io/dbnet-parser.git
cd dbnet-parser && yarn && yarn build && cd -
cd dbnet
- name: Build CLI App
run: |
Expand Down

0 comments on commit 6102124

Please sign in to comment.