Skip to content

Commit

Permalink
Merge pull request #541 from plannigan/confirm-devbox-build
Browse files Browse the repository at this point in the history
Add pipeline step to confirm devbox image builds
  • Loading branch information
plannigan authored Oct 7, 2023
2 parents 6fb10f5 + f23a34f commit d5f94d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ jobs:
with:
package-import-name: "columbo"

build-devbox-image:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Build devbox image
run: docker-compose build devbox

validate-doc-examples:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d5f94d6

Please sign in to comment.