Skip to content

Commit

Permalink
⚙️ config(ci): Always run postinstall hook in ci:test test job.
Browse files Browse the repository at this point in the history
Should be part of meteor-actions/install. Also, meteor-actions/install
should output cache hit result.
  • Loading branch information
make-github-pseudonymous-again committed May 12, 2024
1 parent 5ae578d commit 27f77b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci:test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Install 💾
uses: meteor-actions/install@v5

# TODO Run only when install action hits the cache.
- name: Postinstall
run: meteor npm run postinstall

- name: Cache build 💽
uses: meteor-actions/cache-build@v4
with:
Expand Down

0 comments on commit 27f77b4

Please sign in to comment.