Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: auto-build lib folder before running tests #188

Closed
wants to merge 1 commit into from

Conversation

clarkerican
Copy link
Contributor

Issue #187

@clarkerican clarkerican requested a review from a team January 17, 2022 03:17
@netlify
Copy link

netlify bot commented Jan 17, 2022

✔️ Deploy Preview for vigilant-wescoff-04e480 ready!

🔨 Explore the source changes: 1edaf23

🔍 Inspect the deploy log: https://app.netlify.com/sites/vigilant-wescoff-04e480/deploys/61e4e0477061be0008133c5f

😎 Browse the preview: https://deploy-preview-188--vigilant-wescoff-04e480.netlify.app

@clarkerican clarkerican linked an issue Jan 17, 2022 that may be closed by this pull request
@@ -17,7 +17,6 @@ jobs:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run build
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could leave this in just to be safe and explicit.

Copy link
Member

@Shinigami92 Shinigami92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In #153 I introduced a common pattern like <task>:ci, I think I will change that to ci:<task> today!

So instead of having a pretest that could mess-up stuff or just run stuff twice without wanted, we could simply have a "ci:test": "run-s build test" and link that in ci.yml

@Shinigami92 Shinigami92 added the c: chore PR that doesn't affect the runtime behavior label Jan 17, 2022
@Shinigami92 Shinigami92 added the needs rebase There is a merge conflict label Jan 21, 2022
@damienwebdev
Copy link
Member

@clarkerican I think that the docs have been updated to cover the scenario you ran into. I'm going to close this PR for now unless the build before test problem becomes really unbearable.

@ST-DDT ST-DDT deleted the erica/build-lib-pretest branch February 7, 2022 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: chore PR that doesn't affect the runtime behavior needs rebase There is a merge conflict
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Lib folder now needs built before running tests
3 participants