Skip to content

Commit

Permalink
ci: tmp fix for denormalize package
Browse files Browse the repository at this point in the history
  • Loading branch information
Bero committed Aug 10, 2024
1 parent 857ea7b commit a3eb625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
meteor create --release ${{ matrix.meteor }} --bare test
cd test
meteor npm i --save puppeteer chai
mkdir packages
cd packages
git clone -b update/meteor-3.0 https://github.com/bhunjadi/denormalize.git
- name: Test
working-directory: ./test
Expand Down

0 comments on commit a3eb625

Please sign in to comment.