devcontainers / ci

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
MIT License
303 stars 46 forks source link

Remove compiled JS content #210

Closed stuartleeks closed 1 year ago

stuartleeks commented 1 year ago

Closes #209

I explored https://github.com/JasonEtco/build-and-tag-action as referenced in #209, but the expectations didn't align with the structure in this repo (e.g. we have a run-main.js and run-post.js that we need to preserve rather than a single file)

In the end, I took the following steps:

stuartleeks commented 1 year ago

Successful PR build via ci_branch: https://github.com/devcontainers/ci/actions/runs/4242931637

stuartleeks commented 1 year ago

Re-ran the branch-based build to test workflow changes: https://github.com/devcontainers/ci/actions/runs/4254367522