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

♻️ Run bin for pipeline tests #34

Merged
merged 4 commits into from
Aug 6, 2024
Merged

Commits on Aug 6, 2024

  1. ♻️ Run bin for pipeline tests

    Installs the packed `css-typed` package from CI Build into a sandbox for
    the pipeline tests and switches to using `npx css-typed`. This uses the
    actual `bin` entry point instead of emulating it with `node dist/main.js`.
    
    In addition to matching the real world use case better, this ensures that
    we do not break the bin configuration again. (We broke in 0.5.0 release.)
    connorjs committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ab3c46f View commit details
    Browse the repository at this point in the history
  2. Download packed file

    connorjs committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    beaec2e View commit details
    Browse the repository at this point in the history
  3. Fix install path

    connorjs committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1642c2e View commit details
    Browse the repository at this point in the history
  4. No set +x print

    connorjs committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    54e9961 View commit details
    Browse the repository at this point in the history